more details - vmess security

This commit is contained in:
mhsanaei
2024-09-16 13:51:36 +02:00
parent 566cd9e9c4
commit 89c79c3ec3
4 changed files with 9 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
<tr class="client-table-header">
<th>{{ i18n "pages.inbounds.email" }}</th>
<th>ID</th>
<th>Security</th>
<th>{{ i18n "security" }}</th>
</tr>
<tr v-for="(client, index) in inbound.settings.vmesses" :class="index % 2 == 1 ? 'client-table-odd-row' : ''">
<td>[[ client.email ]]</td>