diff options
| author | Shishkevich D. <135337715+shishkevichd@users.noreply.github.com> | 2025-06-21 11:24:52 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-21 11:24:52 +0300 |
| commit | 1644904755983ae76fca5bc7466a5da530c37013 (patch) | |
| tree | 0035198004d0959dd637dc6536dd78d647df9206 /web/html/form/protocol/trojan.html | |
| parent | 5c10035bd964b41ce466ef16ca5ef8bb9a4507f6 (diff) | |
chore: clients comment improvement
- use default ant components instead custom styles
- remove comments in inbound info modal (duplicates information)
- enhance tooltip usage
Diffstat (limited to 'web/html/form/protocol/trojan.html')
| -rw-r--r-- | web/html/form/protocol/trojan.html | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/web/html/form/protocol/trojan.html b/web/html/form/protocol/trojan.html index 6c7b3773..fc327721 100644 --- a/web/html/form/protocol/trojan.html +++ b/web/html/form/protocol/trojan.html @@ -12,12 +12,7 @@ <th>Password</th> </tr> <tr v-for="(client, index) in inbound.settings.trojans" :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.password ]]</td> </tr> </table> |
