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 "secAlertConf" }}
-
-
-
-
-
-
-
-
-
- {{ i18n "pages.settings.save" }}
- {{ i18n "pages.settings.restartPanel" }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ i18n "pages.settings.sampleRemark"}}: #[[ remarkSample ]]
-
-
-
-
-
- [[ value ]]
-
-
- [[ key ]]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ i18n "pages.settings.datepickerDescription"}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ i18n "pages.settings.security.admin"}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ i18n "confirm" }}
-
-
- {{ i18n "pages.settings.security.secret"}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ i18n "confirm" }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- [[ p ]]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- [[ p ]]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ {{ i18n "secAlertConf" }}
+
+
+
+
+
+
+
+
+
+ {{ i18n "pages.settings.save" }}
+ {{ i18n "pages.settings.restartPanel" }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ i18n "pages.settings.sampleRemark"}}: #[[ remarkSample ]]
+
+
+
+
+
+ [[ value ]]
+
+
+ [[ key ]]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ i18n "pages.settings.datepickerDescription"}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ i18n "pages.settings.security.admin"}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ i18n "confirm" }}
+
+
+ {{ i18n "pages.settings.security.secret"}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ i18n "confirm" }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ [[ p ]]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ [[ p ]]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
{{template "js" .}}
{{template "component/themeSwitcher" .}}