Update Maintenance UI

This commit is contained in:
Louis Lam 2022-09-18 02:13:29 +08:00
parent 9fe07742ea
commit f61c1c47aa
2 changed files with 5 additions and 1 deletions

View File

@ -252,6 +252,10 @@ optgroup {
color: $dark-font-color2; color: $dark-font-color2;
} }
.bg-maintenance {
background-color: $maintenance;
}
.btn-secondary { .btn-secondary {
color: white; color: white;
} }

View File

@ -140,7 +140,7 @@ export default {
maintenance: {}, maintenance: {},
affectedMonitors: [], affectedMonitors: [],
affectedMonitorsOptions: [], affectedMonitorsOptions: [],
showOnAllPages: true, showOnAllPages: false,
selectedStatusPages: [], selectedStatusPages: [],
selectedStatusPagesOptions: [], selectedStatusPagesOptions: [],
dark: (this.$root.theme === "dark"), dark: (this.$root.theme === "dark"),