From 729d8549e2b536a10c402a88e0d4cfde9e4baf3f Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Mon, 4 Dec 2023 19:17:38 +0100 Subject: new frontend and mobile view #1286 --- web/html/xui/form/protocol/dokodemo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/html/xui/form/protocol/dokodemo.html') diff --git a/web/html/xui/form/protocol/dokodemo.html b/web/html/xui/form/protocol/dokodemo.html index 0eed31d4..6a37f346 100644 --- a/web/html/xui/form/protocol/dokodemo.html +++ b/web/html/xui/form/protocol/dokodemo.html @@ -8,7 +8,7 @@
- + TCP+UDP TCP UDP -- cgit v1.2.3 From 0f1f3d843907ee35b19bd5f0aadc37958cee09e1 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Sat, 9 Dec 2023 18:48:06 +0330 Subject: instead of convert the form structure to use and instead of , --- web/html/xui/form/protocol/dokodemo.html | 56 ++++++++++++++++++++++---------- 1 file changed, 38 insertions(+), 18 deletions(-) (limited to 'web/html/xui/form/protocol/dokodemo.html') diff --git a/web/html/xui/form/protocol/dokodemo.html b/web/html/xui/form/protocol/dokodemo.html index 6a37f346..44d5af51 100644 --- a/web/html/xui/form/protocol/dokodemo.html +++ b/web/html/xui/form/protocol/dokodemo.html @@ -1,22 +1,42 @@ {{define "form/dokodemo"}} - - - - - - -
- - - TCP+UDP - TCP - UDP - - -
- - - + + + + + + + + + + + + + + + + + +
{{ i18n "pages.inbounds.targetAddress"}} + + + +
{{ i18n "pages.inbounds.destinationPort"}} + + + +
{{ i18n "pages.inbounds.network"}} + + + tcp+udp + tcp + udp + + +
FollowRedirect + + + +
{{end}} \ No newline at end of file -- cgit v1.2.3