From b73e4173a3c1e69e02ad6b4e3b43e425e57a5be9 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Thu, 9 Feb 2023 22:48:06 +0330 Subject: 3x-ui --- web/html/xui/index.html | 334 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 334 insertions(+) create mode 100644 web/html/xui/index.html (limited to 'web/html/xui/index.html') diff --git a/web/html/xui/index.html b/web/html/xui/index.html new file mode 100644 index 00000000..b4e5be7f --- /dev/null +++ b/web/html/xui/index.html @@ -0,0 +1,334 @@ + + +{{template "head" .}} + + + + {{ template "commonSider" . }} + + + + + + + + + + + +
CPU
+
+ + +
+ {{ i18n "pages.index.memory"}}: [[ sizeFormat(status.mem.current) ]] / [[ sizeFormat(status.mem.total) ]] +
+
+
+
+ + + + +
+ swap: [[ sizeFormat(status.swap.current) ]] / [[ sizeFormat(status.swap.total) ]] +
+
+ + +
+ {{ i18n "pages.index.hard"}}: [[ sizeFormat(status.disk.current) ]] / [[ sizeFormat(status.disk.total) ]] +
+
+
+
+
+
+
+
+ + + + + {{ i18n "pages.index.xrayStatus" }}: + [[ status.xray.state ]] + + + + + [[ status.xray.version ]] + {{ i18n "pages.index.xraySwitch"}} + + + + + {{ i18n "pages.index.operationHours" }}: + [[ formatSecond(status.uptime) ]] + + + + + + + + + {{ i18n "pages.index.systemLoad" }}: [[ status.loads[0] ]] | [[ status.loads[1] ]] | [[ status.loads[2] ]] + + + + + tcp / udp {{ i18n "pages.index.connectionCount" }}: [[ status.tcpCount ]] / [[ status.udpCount ]] + + + + + + + + + + + + [[ sizeFormat(status.netIO.up) ]] / S + + + + + + + + [[ sizeFormat(status.netIO.down) ]] / S + + + + + + + + + + + + + + [[ sizeFormat(status.netTraffic.sent) ]] + + + + + + + + [[ sizeFormat(status.netTraffic.recv) ]] + + + + + + + + + + +
+
+ +

{{ i18n "pages.index.xraySwitchClick"}}

+

{{ i18n "pages.index.xraySwitchClickDesk"}}

+ +
+
+{{template "js" .}} + + + \ No newline at end of file -- cgit v1.2.3