diff options
Diffstat (limited to 'web/html/form/protocol/vless.html')
| -rw-r--r-- | web/html/form/protocol/vless.html | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/web/html/form/protocol/vless.html b/web/html/form/protocol/vless.html index 88274f71..3cebda6e 100644 --- a/web/html/form/protocol/vless.html +++ b/web/html/form/protocol/vless.html @@ -12,12 +12,7 @@ <th>ID</th> </tr> <tr v-for="(client, index) in inbound.settings.vlesses" :class="index % 2 == 1 ? 'client-table-odd-row' : ''"> - <td> - <div class="client-cell"> - <div class="client-email">[[ client.email ]]</div> - <div v-if="client.comment && client.comment.trim()" class="client-comment">[[ client.comment ]]</div> - </div> - </td> + <td>[[ client.email ]]</td> <td>[[ client.id ]]</td> </tr> </table> |
