diff --git a/web/html/xui/form/protocol/shadowsocks.html b/web/html/xui/form/protocol/shadowsocks.html
index e6288642..283a274f 100644
--- a/web/html/xui/form/protocol/shadowsocks.html
+++ b/web/html/xui/form/protocol/shadowsocks.html
@@ -102,10 +102,12 @@
- | [[ col ]] |
+ [[ client.email ]] |
+ [[ client.password ]] |
diff --git a/web/html/xui/form/protocol/trojan.html b/web/html/xui/form/protocol/trojan.html
index 4c351b26..8ab1c73a 100644
--- a/web/html/xui/form/protocol/trojan.html
+++ b/web/html/xui/form/protocol/trojan.html
@@ -20,7 +20,7 @@
- | password |
+ Password |
@@ -100,10 +100,12 @@
- | [[ col ]] |
+ [[ client.email ]] |
+ [[ client.password ]] |
diff --git a/web/html/xui/form/protocol/vless.html b/web/html/xui/form/protocol/vless.html
index 02420b6a..e174bd2e 100644
--- a/web/html/xui/form/protocol/vless.html
+++ b/web/html/xui/form/protocol/vless.html
@@ -28,7 +28,7 @@
|
- | flow |
+ Flow |
@@ -111,10 +111,14 @@
- | [[ col ]] |
+ [[ client.email ]] |
+ [[ client.flow ]] |
+ [[ client.id ]] |
diff --git a/web/html/xui/form/protocol/vmess.html b/web/html/xui/form/protocol/vmess.html
index 047936c4..52c86a66 100644
--- a/web/html/xui/form/protocol/vmess.html
+++ b/web/html/xui/form/protocol/vmess.html
@@ -100,10 +100,12 @@
- | [[ col ]] |
+ [[ client.email ]] |
+ [[ client.id ]] |
diff --git a/web/html/xui/inbound_info_modal.html b/web/html/xui/inbound_info_modal.html
index 87bd8043..8cc0491e 100644
--- a/web/html/xui/inbound_info_modal.html
+++ b/web/html/xui/inbound_info_modal.html
@@ -61,9 +61,21 @@
{{ i18n "pages.inbounds.client" }}
-
- | [[ col ]] |
- [[ infoModal.clientSettings[col] ]] |
+
+ | {{ i18n "pages.inbounds.email" }} |
+ [[ infoModal.clientSettings.email ]] |
+
+
+ | ID |
+ [[ infoModal.clientSettings.id ]] |
+
+
+ | Flow |
+ [[ infoModal.clientSettings.flow ]] |
+
+
+ | Password |
+ [[ infoModal.clientSettings.password ]] |
| {{ i18n "status" }} |
|