diff --git a/web/html/xui/index.html b/web/html/xui/index.html
index fc622906..48a6d3cb 100644
--- a/web/html/xui/index.html
+++ b/web/html/xui/index.html
@@ -77,8 +77,8 @@
- 3X-UI v{{ .cur_ver }}
- Xray v[[ status.xray.version ]]
+ {{ i18n "pages.index.panelInfo" }}:
+ v{{ .cur_ver }}
@Panel3xui
@@ -106,7 +106,7 @@
{{ i18n "pages.index.stopXray" }}
{{ i18n "pages.index.restartXray" }}
- {{ i18n "pages.index.xraySwitch" }}
+ v[[ status.xray.version ]]
@@ -143,17 +143,8 @@
- {{ i18n "pages.index.machineInfo" }}:
+ {{ i18n "pages.index.pubilcIpInfo" }}:
-
-
- {{ i18n "pages.index.hostname" }}
-
- [[ status.publicIP.hostname ]]
-
-
-
-
IPv4
@@ -161,7 +152,7 @@
-
+
IPv6
@@ -384,7 +375,7 @@
this.mem = new CurTotal(0, 0);
this.netIO = { up: 0, down: 0 };
this.netTraffic = { sent: 0, recv: 0 };
- this.publicIP = { hostname:"", ipv4: 0, ipv6: 0 };
+ this.publicIP = { ipv4: 0, ipv6: 0 };
this.swap = new CurTotal(0, 0);
this.tcpCount = 0;
this.udpCount = 0;