From 1644904755983ae76fca5bc7466a5da530c37013 Mon Sep 17 00:00:00 2001
From: "Shishkevich D." <135337715+shishkevichd@users.noreply.github.com>
Date: Sat, 21 Jun 2025 15:24:52 +0700
Subject: chore: clients comment improvement
- use default ant components instead custom styles
- remove comments in inbound info modal (duplicates information)
- enhance tooltip usage
---
web/html/form/protocol/shadowsocks.html | 7 +------
web/html/form/protocol/trojan.html | 7 +------
web/html/form/protocol/vless.html | 7 +------
web/html/form/protocol/vmess.html | 7 +------
4 files changed, 4 insertions(+), 24 deletions(-)
(limited to 'web/html/form/protocol')
diff --git a/web/html/form/protocol/shadowsocks.html b/web/html/form/protocol/shadowsocks.html
index 04cd9399..06e12075 100644
--- a/web/html/form/protocol/shadowsocks.html
+++ b/web/html/form/protocol/shadowsocks.html
@@ -13,12 +13,7 @@
Password |
- |
-
- |
+ [[ client.email ]] |
[[ client.password ]] |
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 @@
Password |
- |
-
- |
+ [[ client.email ]] |
[[ client.password ]] |
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 @@
ID |
- |
-
- |
+ [[ client.email ]] |
[[ client.id ]] |
diff --git a/web/html/form/protocol/vmess.html b/web/html/form/protocol/vmess.html
index 94a0cc58..3c5200ac 100644
--- a/web/html/form/protocol/vmess.html
+++ b/web/html/form/protocol/vmess.html
@@ -13,12 +13,7 @@
{{ i18n "security" }} |
- |
-
- |
+ [[ client.email ]] |
[[ client.id ]] |
[[ client.security ]] |
--
cgit v1.2.3