From 4f8de18d1f21518b98aba82cbf14d2d23c0c178c Mon Sep 17 00:00:00 2001 From: Hamidreza Ghavami Date: Thu, 4 May 2023 21:09:08 +0430 Subject: renamed setting.html to settings.html and update its route name --- web/html/xui/settings.html | 775 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 775 insertions(+) create mode 100644 web/html/xui/settings.html (limited to 'web/html/xui/settings.html') diff --git a/web/html/xui/settings.html b/web/html/xui/settings.html new file mode 100644 index 00000000..7cbb44a2 --- /dev/null +++ b/web/html/xui/settings.html @@ -0,0 +1,775 @@ + + +{{template "head" .}} + + + + + {{ template "commonSider" . }} + + + + + + {{ i18n "pages.setting.save" }} + {{ i18n "pages.setting.restartPanel" }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ i18n "confirm" }} + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ i18n "confirm" }} + + + + + {{ i18n "pages.setting.actions"}} + + {{ i18n "pages.setting.resetDefaultConfig" }} + + + {{ i18n "pages.setting.basicTemplate"}} + + + +

+ + {{ i18n "pages.setting.generalConfigsDesc" }} +

+
+ + + + +
+ + +

+ + {{ i18n "pages.setting.countryConfigsDesc" }} +

+
+ + + + + + +
+ + +

+ + {{ i18n "pages.setting.ipv4ConfigsDesc" }} +

+
+ + +
+ + +

+ + {{ i18n "pages.setting.warpConfigsDesc" }} +

+
+ + + + +
+
+ + {{ i18n "pages.setting.advancedTemplate"}} + + + + + + + + + + + + + {{ i18n "pages.setting.completeTemplate"}} + +
+
+ + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ {{template "js" .}} + {{template "component/setting"}} + + + + -- cgit v1.2.3