From f02c82677d469a811a287e041ddcf97a70ed542c Mon Sep 17 00:00:00 2001 From: Tara Rostami <132676256+TaraRostami@users.noreply.github.com> Date: Tue, 2 Apr 2024 13:03:40 +0330 Subject: Minor Fixes (#2190) Update index.html Update xray.html --- web/html/xui/index.html | 433 ++++++++++++++++++++++++------------------------ web/html/xui/xray.html | 9 +- 2 files changed, 221 insertions(+), 221 deletions(-) (limited to 'web/html') diff --git a/web/html/xui/index.html b/web/html/xui/index.html index d8b68715..70cc60de 100644 --- a/web/html/xui/index.html +++ b/web/html/xui/index.html @@ -23,230 +23,231 @@ {{ template "commonSider" . }} - - - - - - - - - - + + + + + + + + + + + + + +
CPU: [[ cpuCoreFormat(status.cpuCores) ]]
+
Speed: [[ cpuSpeedFormat(status.cpuSpeedMhz) ]]
+
+ + +
+ {{ 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) ]] +
+
+
+
+
+
+
+
+ + + + + 3X-UI: + v{{ .cur_ver }} + @XrayUI + + + + + {{ i18n "pages.index.operationHours" }}: + Xray: [[ formatSecond(status.appStats.uptime) ]] + OS: [[ formatSecond(status.uptime) ]] + + + + + {{ i18n "pages.index.xrayStatus" }}: + [[ status.xray.state ]] + + An error occurred while running Xray + {{ i18n "pages.index.logs" }} + + + + + {{ i18n "pages.index.stopXray" }} + {{ i18n "pages.index.restartXray" }} + v[[ status.xray.version ]] + + + + + {{ i18n "menu.link" }}: + {{ i18n "pages.index.logs" }} + {{ i18n "pages.index.config" }} + {{ i18n "pages.index.backup" }} + + + + + {{ i18n "pages.index.systemLoad" }}: + + + [[ status.loads[0] ]] | [[ status.loads[1] ]] | [[ status.loads[2] ]] + + + + + + + + {{ i18n "usage"}}: + RAM: [[ sizeFormat(status.appStats.mem) ]] + Threads: [[ status.appStats.threads ]] + + + + - - -
CPU: [[ cpuCoreFormat(status.cpuCores) ]]
-
Speed: [[ cpuSpeedFormat(status.cpuSpeedMhz) ]]
+ + + + IPv4 + + + - - -
- {{ i18n "pages.index.memory"}}: [[ sizeFormat(status.mem.current) ]] / [[ sizeFormat(status.mem.total) ]] -
+ + + + IPv6 + + +
-
- +
+ + + - - -
- Swap: [[ sizeFormat(status.swap.current) ]] / [[ sizeFormat(status.swap.total) ]] -
+ + + + TCP: [[ status.tcpCount ]] + + + - - -
- {{ i18n "pages.index.hard"}}: [[ sizeFormat(status.disk.current) ]] / [[ sizeFormat(status.disk.total) ]] -
+ + + + UDP: [[ status.udpCount ]] + + +
-
-
- - -
- - - - - 3X-UI: - v{{ .cur_ver }} - @XrayUI - - - - - {{ i18n "pages.index.operationHours" }}: - Xray: [[ formatSecond(status.appStats.uptime) ]] - OS: [[ formatSecond(status.uptime) ]] - - - - - {{ i18n "pages.index.xrayStatus" }}: - [[ status.xray.state ]] - - An error occurred while running Xray - {{ i18n "pages.index.logs" }} - - - - - {{ i18n "pages.index.stopXray" }} - {{ i18n "pages.index.restartXray" }} - v[[ status.xray.version ]] - - - - - {{ i18n "menu.link" }}: - {{ i18n "pages.index.logs" }} - {{ i18n "pages.index.config" }} - {{ i18n "pages.index.backup" }} - - - - - {{ i18n "pages.index.systemLoad" }}: - - - [[ status.loads[0] ]] | [[ status.loads[1] ]] | [[ status.loads[2] ]] - - - - - - - - {{ i18n "usage"}}: - RAM: [[ sizeFormat(status.appStats.mem) ]] - Threads: [[ status.appStats.threads ]] - - - - - - - - - IPv4 - - - - - - - - IPv6 - - - - - - - - - - - - - - TCP: [[ status.tcpCount ]] - - - - - - - - UDP: [[ status.udpCount ]] - - - - - - - - - - - - - - Up: [[ sizeFormat(status.netIO.up) ]]/s - - - - - - - - Down: [[ sizeFormat(status.netIO.down) ]]/s - - - - - - - - - - - - - - - Out: [[ sizeFormat(status.netTraffic.sent) ]] - - - - - - - - In: [[ sizeFormat(status.netTraffic.recv) ]] - - - - - - - - + + + + + + + + + Up: [[ sizeFormat(status.netIO.up) ]]/s + + + + + + + + Down: [[ sizeFormat(status.netIO.down) ]]/s + + + + + + + + + + + + + + + Out: [[ sizeFormat(status.netTraffic.sent) ]] + + + + + + + + In: [[ sizeFormat(status.netTraffic.recv) ]] + + + + + + + + +