From 826c7264b5cbea4e4149645bef220fd3c6a010e7 Mon Sep 17 00:00:00 2001
From: MHSanaei <33454419+MHSanaei@users.noreply.github.com>
Date: Fri, 24 Mar 2023 17:13:31 +0330
Subject: Add version and log
TGBOT: Add xray config to backup
[TGBOT] add seach inbound
---
web/html/xui/index.html | 47 ++++++-----------------------------------------
web/html/xui/setting.html | 4 ++--
2 files changed, 8 insertions(+), 43 deletions(-)
(limited to 'web/html')
diff --git a/web/html/xui/index.html b/web/html/xui/index.html
index 713d5b7e..b8a1e4b5 100644
--- a/web/html/xui/index.html
+++ b/web/html/xui/index.html
@@ -84,18 +84,16 @@
- [[ status.xray.version ]]
- {{ i18n "pages.index.stopXray" }}
- {{ i18n "pages.index.restartXray" }}
- {{ i18n "pages.index.xraySwitch" }}
+ [[ status.xray.version ]]
+ {{ i18n "pages.index.stopXray" }}
+ {{ i18n "pages.index.restartXray" }}
+ {{ i18n "pages.index.xraySwitch" }}
- x-ui: {{ .cur_ver }}
- Logs
{{ i18n "pages.index.operationHours" }}:
- [[ formatSecond(status.uptime) ]]
+ [[ formatSecond(status.uptime) ]]
{{ i18n "pages.index.operationHoursDesc" }}
@@ -179,7 +177,7 @@
versionModal.visible = false"
:class="siderDrawer.isDarkTheme ? darkClass : ''"
- footer="">
+ ok-text='{{ i18n "confirm" }}' cancel-text='{{ i18n "cancel"}}'>
{{ i18n "pages.index.xraySwitchClick"}}
{{ i18n "pages.index.xraySwitchClickDesk"}}
@@ -189,17 +187,6 @@
- logModal.visible = false" @cancel="() => logModal.visible = false"
- :class="siderDrawer.isDarkTheme ? darkClass : ''"
- width="800px"
- footer="">
-
-
- | [[ index ]] | [[ log ]] |
-
-
-
{{template "js" .}}