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/form/stream/external_proxy.html | 47 ++++----
web/html/xui/form/stream/stream_http.html | 28 +++--
web/html/xui/form/stream/stream_httpupgrade.html | 44 ++++----
web/html/xui/form/stream/stream_tcp.html | 138 +++++++++++------------
web/html/xui/form/stream/stream_ws.html | 44 ++++----
5 files changed, 146 insertions(+), 155 deletions(-)
(limited to 'web/html/xui/form/stream')
diff --git a/web/html/xui/form/stream/external_proxy.html b/web/html/xui/form/stream/external_proxy.html
index 9c3ed2e0..defed984 100644
--- a/web/html/xui/form/stream/external_proxy.html
+++ b/web/html/xui/form/stream/external_proxy.html
@@ -1,26 +1,29 @@
{{define "form/externalProxy"}}
-
-
-
- +
-
-
-
-
-
- {{ i18n "pages.inbounds.same" }}
- {{ i18n "none" }}
- TLS
-
-
-
-
-
-
-
-
- -
-
+
+
+
+
+
+
+
+
+
+ {{ i18n "pages.inbounds.same" }}
+ {{ i18n "none" }}
+ TLS
+
+
+
+
+
+
+
+
+
+
+
+
+
{{end}}
diff --git a/web/html/xui/form/stream/stream_http.html b/web/html/xui/form/stream/stream_http.html
index 3a05655f..b562c112 100644
--- a/web/html/xui/form/stream/stream_http.html
+++ b/web/html/xui/form/stream/stream_http.html
@@ -1,19 +1,17 @@
{{define "form/streamHTTP"}}
-
-
-
-
- {{ i18n "host" }}
- +
-
-
-
- -
-
-
-
+
+
+
+
+ {{ i18n "host" }}
+
+
+
+
+
+
+
+
{{end}}
\ No newline at end of file
diff --git a/web/html/xui/form/stream/stream_httpupgrade.html b/web/html/xui/form/stream/stream_httpupgrade.html
index 5a498076..d1cd2e02 100644
--- a/web/html/xui/form/stream/stream_httpupgrade.html
+++ b/web/html/xui/form/stream/stream_httpupgrade.html
@@ -1,26 +1,26 @@
{{define "form/streamHTTPUpgrade"}}
-
-
-
-
-
-
-
-
-
-
- +
-
-
-
-
- [[ index+1 ]]
-
-
- -
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ [[ index+1 ]]
+
+
+
+
+
+
{{end}}
diff --git a/web/html/xui/form/stream/stream_tcp.html b/web/html/xui/form/stream/stream_tcp.html
index 8576df8c..cf1a03ca 100644
--- a/web/html/xui/form/stream/stream_tcp.html
+++ b/web/html/xui/form/stream/stream_tcp.html
@@ -1,82 +1,72 @@
{{define "form/streamTCP"}}
-
-
-
-
- inbound.stream.tcp.type = checked ? 'http' : 'none'">
-
-
+
+
+
+
+ inbound.stream.tcp.type = checked ? 'http' : 'none'">
+
-
-
- {{ i18n "pages.inbounds.stream.general.request" }}
-
-
-
-
-
-
-
- {{ i18n "pages.inbounds.stream.tcp.path" }}
- +
-
-
-
- -
-
-
-
-
- +
-
-
-
-
- [[ index+1 ]]
-
-
- -
-
-
-
+
+
+ {{ i18n "pages.inbounds.stream.general.request" }}
+
+
+
+
+
+
+
+ {{ i18n "pages.inbounds.stream.tcp.path" }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ [[ index+1 ]]
+
+
+
+
+
+
-
- {{ i18n "pages.inbounds.stream.general.response" }}
-
-
-
-
-
-
-
-
-
-
- +
-
-
-
-
- [[ index+1 ]]
-
-
-
- -
-
-
-
-
+
+ {{ i18n "pages.inbounds.stream.general.response" }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ [[ index+1 ]]
+
+
+
+
+
+
+
+
{{end}}
diff --git a/web/html/xui/form/stream/stream_ws.html b/web/html/xui/form/stream/stream_ws.html
index 1aa02e72..9b71070c 100644
--- a/web/html/xui/form/stream/stream_ws.html
+++ b/web/html/xui/form/stream/stream_ws.html
@@ -1,26 +1,26 @@
{{define "form/streamWS"}}
-
-
-
-
-
-
-
-
-
-
- +
-
-
-
-
- [[ index+1 ]]
-
-
- -
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ [[ index+1 ]]
+
+
+
+
+
+
{{end}}
--
cgit v1.2.3