From c419eadf15630518606ab434387079172070d340 Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Tue, 5 Dec 2023 18:13:36 +0100 Subject: xray setting enhancements #1286 --- web/html/common/js.html | 6 - web/html/login.html | 7 +- web/html/xui/form/outbound.html | 306 +++++++++++++++++++ web/html/xui/inbounds.html | 6 + web/html/xui/index.html | 1 + web/html/xui/settings.html | 3 +- web/html/xui/xray.html | 560 +++++++++++++++++++++++++++++++--- web/html/xui/xray_outbound_modal.html | 125 ++++++++ web/html/xui/xray_reverse_modal.html | 139 +++++++++ web/html/xui/xray_rule_modal.html | 213 +++++++++++++ 10 files changed, 1313 insertions(+), 53 deletions(-) create mode 100644 web/html/xui/form/outbound.html create mode 100644 web/html/xui/xray_outbound_modal.html create mode 100644 web/html/xui/xray_reverse_modal.html create mode 100644 web/html/xui/xray_rule_modal.html (limited to 'web/html') diff --git a/web/html/common/js.html b/web/html/common/js.html index e3fcdba9..661a0b87 100644 --- a/web/html/common/js.html +++ b/web/html/common/js.html @@ -2,18 +2,12 @@ - - - - - - + + + + + {{template "component/themeSwitcher" .}} {{template "component/themeSwitcher" .}} {{template "textModal"}} {{template "component/themeSwitcher" .}} {{template "component/password" .}} {{template "component/setting"}} @@ -267,7 +268,7 @@ oldAllSetting: new AllSetting(), allSetting: new AllSetting(), saveBtnDisable: true, - user: new User(), + user: {}, lang: getLang(), }, methods: { diff --git a/web/html/xui/xray.html b/web/html/xui/xray.html index ff22bfe5..9bcacebd 100644 --- a/web/html/xui/xray.html +++ b/web/html/xui/xray.html @@ -1,6 +1,22 @@ {{template "head" .}} + + + + + + + + + + + + + + + +