visual fixes

This commit is contained in:
Alireza Ahmadi
2025-01-05 21:53:16 +01:00
parent 5dd0baad34
commit b2195b72b9
10 changed files with 38 additions and 39 deletions
+4 -4
View File
@@ -21,7 +21,7 @@
<v-card-text>
<v-row>
<v-col>{{ $t('pages.inbounds') }}</v-col>
<v-col dir="ltr">
<v-col>
<template v-if="tlsInbounds(item.id).length>0">
<v-tooltip activator="parent" dir="ltr" location="bottom">
<span v-for="i in tlsInbounds(item.id)">{{ i }}<br /></span>
@@ -33,19 +33,19 @@
</v-row>
<v-row>
<v-col>ACME</v-col>
<v-col dir="ltr">
<v-col>
{{ $t(item.server?.acme == undefined ? 'no' : 'yes') }}
</v-col>
</v-row>
<v-row>
<v-col>ECH</v-col>
<v-col dir="ltr">
<v-col>
{{ $t(item.server?.ech == undefined ? 'no' : 'yes') }}
</v-col>
</v-row>
<v-row>
<v-col>Reality</v-col>
<v-col dir="ltr">
<v-col>
{{ $t(item.server?.reality == undefined ? 'no' : 'yes') }}
</v-col>
</v-row>