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/common/qrcode_modal.html | 249 +++++++++++++++++++++++---------------
1 file changed, 152 insertions(+), 97 deletions(-)
(limited to 'web/html/common/qrcode_modal.html')
diff --git a/web/html/common/qrcode_modal.html b/web/html/common/qrcode_modal.html
index 524335cf..fd5a17b7 100644
--- a/web/html/common/qrcode_modal.html
+++ b/web/html/common/qrcode_modal.html
@@ -1,110 +1,165 @@
{{define "qrcodeModal"}}
-
- {{ i18n "pages.inbounds.clickOnQRcode" }}
-
-
- {{ i18n "pages.settings.subSettings"}}
-
- {{ i18n "pages.settings.subSettings"}} Json
-
-
- {{ i18n "pages.inbounds.client" }}
-
- [[ row.remark ]]
-
-
+ :footer="null" width="fit-content">
+
+
+
+ {{ i18n "pages.settings.subSettings"}}
+
+
+
+
+
+
+
+ {{ i18n "pages.settings.subSettings"}} Json
+
+
+
+
+
+
+
+
+
+ [[ row.remark ]]
+
+
+
+
+
+
{{end}}
--
cgit v1.2.3