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;
}
.bg-maintenance {
background-color: $maintenance;
}
.btn-secondary {
color: white;
}

View File

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