From db24d216210e0038f92e634de1ab8a46fbce4632 Mon Sep 17 00:00:00 2001
From: Tara Rostami <132676256+TaraRostami@users.noreply.github.com>
Date: Sat, 20 Apr 2024 22:15:36 +0330
Subject: UI Improvements (#2228)
* UI Improvements
Better Table
Update QR Code Modal
Better Info Modal
Compression HTML files
Better Dropdown Menu
Better Calendar
and more ..
Remove files
Minor Fixes
---
web/html/xui/common_sider.html | 86 ++++++++++++++++++++++--------------------
1 file changed, 45 insertions(+), 41 deletions(-)
(limited to 'web/html/xui/common_sider.html')
diff --git a/web/html/xui/common_sider.html b/web/html/xui/common_sider.html
index bc8f4608..df659489 100644
--- a/web/html/xui/common_sider.html
+++ b/web/html/xui/common_sider.html
@@ -1,61 +1,65 @@
{{define "menuItems"}}
-
- {{ i18n "menu.dashboard"}}
+
+
+ {{ i18n "menu.dashboard"}}
+
-
- {{ i18n "menu.inbounds"}}
+
+
+ {{ i18n "menu.inbounds"}}
+
-
- {{ i18n "menu.settings"}}
+
+
+ {{ i18n "menu.settings"}}
+
-
- {{ i18n "menu.xray"}}
+
+
+ {{ i18n "menu.xray"}}
+
-
- {{ i18n "menu.logout"}}
+
+
+ {{ i18n "menu.logout"}}
+
{{end}}
{{define "commonSider"}}
-
-
- key.startsWith('http') ? window.open(key) : location.href = key">
- {{template "menuItems" .}}
-
+
+
+ key.startsWith('http') ? window.open(key) : location.href = key">
+ {{template "menuItems" .}}
+
-
-
-
- key.startsWith('http') ? window.open(key) : location.href = key">
- {{template "menuItems" .}}
-
+
+
+
+ key.startsWith('http') ? window.open(key) : location.href = key">
+ {{template "menuItems" .}}
+
{{end}}
--
cgit v1.2.3