diff options
Diffstat (limited to 'web/html/form/protocol/vmess.html')
| -rw-r--r-- | web/html/form/protocol/vmess.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/form/protocol/vmess.html b/web/html/form/protocol/vmess.html index 63f05d5b..9e13da50 100644 --- a/web/html/form/protocol/vmess.html +++ b/web/html/form/protocol/vmess.html @@ -12,8 +12,8 @@ <th>ID</th> <th>{{ i18n "security" }}</th> </tr> - <tr v-for="(client, index) in inbound.settings.vmesses" - :class="index % 2 == 1 ? ' client-table-odd-row' : ''"> + <tr v-for="(client, index) in inbound.settings.vmesses" + :class="index % 2 == 1 ? ' client-table-odd-row' : ''"> <td>[[ client.email ]]</td> <td>[[ client.id ]]</td> <td>[[ client.security ]]</td> |
