mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04:00
Update Maintenance UI
This commit is contained in:
parent
9fe07742ea
commit
f61c1c47aa
@ -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 New Issue
Block a user