From 62dbe9bf04f13d64a77316bd589bd612c3b16744 Mon Sep 17 00:00:00 2001 From: Tara Rostami <132676256+TaraRostami@users.noreply.github.com> Date: Thu, 14 Mar 2024 22:52:52 +0330 Subject: [PATCH] Update settings.html --- web/html/xui/settings.html | 552 ++++++++++++++++++------------------- 1 file changed, 261 insertions(+), 291 deletions(-) diff --git a/web/html/xui/settings.html b/web/html/xui/settings.html index f2f27382..32ec6726 100644 --- a/web/html/xui/settings.html +++ b/web/html/xui/settings.html @@ -7,22 +7,18 @@ margin: 24px 16px; } } - @media (max-width: 768px) { .ant-tabs-nav .ant-tabs-tab { margin: 0; padding: 12px .5rem; } } - .ant-tabs-bar { margin: 0; } - .ant-list-item { display: block; } - .alert-msg { color: rgb(194, 117, 18); font-weight: normal; @@ -55,7 +51,6 @@ color: inherit; font-size: 24px; } - .collapse-title { color: inherit; font-weight: bold; @@ -63,301 +58,276 @@ padding: 10px 20px; border-bottom: 2px solid; } - .collapse-title > i { color: inherit; font-size: 24px; } - + {{ template "commonSider" . }} - - - - - - - - - - - - - {{ i18n "pages.settings.save" }} - {{ i18n "pages.settings.restartPanel" }} - - - - - - - - - - - - - - - - - - - - - [[ value ]] - - - [[ key ]] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{ i18n "pages.settings.security.admin"}} - - - - - - - - - - - - - - - {{ i18n "confirm" }} - - - {{ i18n "pages.settings.security.secret"}} - - - - - - - - - - - - - - - - - - - - - - {{ i18n "confirm" }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [[ p ]] - - - - - - - - - - - - - - - - - - - - [[ p ]] - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + {{ i18n "pages.settings.save" }} + {{ i18n "pages.settings.restartPanel" }} + + + + + + + + + + + + + + + + + + + + + [[ value ]] + + + [[ key ]] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ i18n "pages.settings.security.admin"}} + + + + + + + + + + + + + + + {{ i18n "confirm" }} + + + {{ i18n "pages.settings.security.secret"}} + + + + + + + + + + + + + + + + + + + + + + + + {{ i18n "confirm" }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [[ p ]] + + + + + + + + + + + + + + + + + + [[ p ]] + + + + + + + + + + + + + + + + - + {{template "js" .}} {{template "component/themeSwitcher" .}}