mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 23:04:04 +00:00
Update Maintenance UI
This commit is contained in:
parent
9fe07742ea
commit
f61c1c47aa
2 changed files with 5 additions and 1 deletions
|
@ -252,6 +252,10 @@ optgroup {
|
|||
color: $dark-font-color2;
|
||||
}
|
||||
|
||||
.bg-maintenance {
|
||||
background-color: $maintenance;
|
||||
}
|
||||
|
||||
.btn-secondary {
|
||||
color: white;
|
||||
}
|
||||
|
|
|
@ -140,7 +140,7 @@ export default {
|
|||
maintenance: {},
|
||||
affectedMonitors: [],
|
||||
affectedMonitorsOptions: [],
|
||||
showOnAllPages: true,
|
||||
showOnAllPages: false,
|
||||
selectedStatusPages: [],
|
||||
selectedStatusPagesOptions: [],
|
||||
dark: (this.$root.theme === "dark"),
|
||||
|
|
Loading…
Reference in a new issue