mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 07:14: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;
|
color: $dark-font-color2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bg-maintenance {
|
||||||
|
background-color: $maintenance;
|
||||||
|
}
|
||||||
|
|
||||||
.btn-secondary {
|
.btn-secondary {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"),
|
||||||
|
|
Loading…
Reference in a new issue