From 89d0d1cd9a98eb6ce0e7c19b9f304fb3ecaecd4e Mon Sep 17 00:00:00 2001
From: Peyman <118217228+Ptechgithub@users.noreply.github.com>
Date: Thu, 25 May 2023 20:37:08 +0330
Subject: [PATCH] Delete index.html
---
web/html/xui/index.html | 576 ----------------------------------------
1 file changed, 576 deletions(-)
delete mode 100644 web/html/xui/index.html
diff --git a/web/html/xui/index.html b/web/html/xui/index.html
deleted file mode 100644
index 53d815b7..00000000
--- a/web/html/xui/index.html
+++ /dev/null
@@ -1,576 +0,0 @@
-
-
-{{template "head" .}}
-
-
-
-
- {{ 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 }}
- Xray: v[[ status.xray.version ]]
- Telegram: @P_tech2024
-
-
-
-
- {{ i18n "menu.link" }}:
- {{ i18n "pages.index.logs" }}
- {{ i18n "pages.index.config" }}
- {{ i18n "pages.index.backup" }}
-
-
-
-
- {{ i18n "pages.index.xrayStatus" }}:
- [[ status.xray.state ]]
-
-
- [[ line ]]
-
-
-
- {{ i18n "pages.index.stopXray" }}
- {{ i18n "pages.index.restartXray" }}
- {{ i18n "pages.index.xraySwitch" }}
-
-
-
-
-
-
- {{ i18n "pages.index.systemLoad" }}: [[ status.loads[0] ]] | [[ status.loads[1] ]] | [[ status.loads[2] ]]
-
-
- {{ i18n "pages.index.systemLoadDesc" }}
-
-
-
-
-
- {{ i18n "pages.index.operationHours" }}:
- [[ formatSecond(status.uptime) ]]
-
-
-
-
-
-
-
-
- IPv4:
-
-
- [[ status.publicIP.ipv4 ]]
-
-
-
-
-
- IPv6:
-
-
- [[ status.publicIP.ipv6 ]]
-
-
-
-
-
-
-
-
-
-
-
- TCP: [[ status.tcpCount ]]
-
-
- {{ i18n "pages.index.connectionTcpCountDesc" }}
-
-
-
-
-
- UDP: [[ status.udpCount ]]
-
-
- {{ i18n "pages.index.connectionUdpCountDesc" }}
-
-
-
-
-
-
-
-
-
-
-
-
- [[ sizeFormat(status.netIO.up) ]]/S
-
-
- {{ i18n "pages.index.upSpeed" }}
-
-
-
-
-
-
- [[ sizeFormat(status.netIO.down) ]]/S
-
-
- {{ i18n "pages.index.downSpeed" }}
-
-
-
-
-
-
-
-
-
-
-
-
- [[ sizeFormat(status.netTraffic.sent) ]]
-
-
- {{ i18n "pages.index.totalSent" }}
-
-
-
-
-
-
- [[ sizeFormat(status.netTraffic.recv) ]]
-
-
- {{ i18n "pages.index.totalReceive" }}
-
-
-
-
-
-
-
-
-
-
-
-
- versionModal.visible = false"
- :class="themeSwitcher.darkCardClass"
- footer="">
- {{ i18n "pages.index.xraySwitchClick"}}
- {{ i18n "pages.index.xraySwitchClickDesk"}}
-
-
- [[ version ]]
-
-
-
-
- logModal.visible = false" @cancel="() => logModal.visible = false"
- :class="themeSwitcher.darkCardClass"
- width="800px"
- footer="">
-
-
-
- 10
- 20
- 50
- 100
-
-
-
-
-
-
-
- {{ i18n "download" }} x-ui.log
-
-
-
-
-
-
- backupModal.hide()" @cancel="() => backupModal.hide()">
-
-
- [[ backupModal.description ]]
-
-
-
- [[ backupModal.exportText ]]
-
-
- [[ backupModal.importText ]]
-
-
-
-
-
-{{template "js" .}}
-{{template "component/themeSwitcher" .}}
-{{template "textModal"}}
-
-
-