mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-30 23:10:41 +01:00
Fix auto theme for status pages on custom domains
This commit is contained in:
parent
4e420ee3ff
commit
d3ecdb8456
@ -30,6 +30,9 @@ export default {
|
||||
theme() {
|
||||
// As entry can be status page now, set forceStatusPageTheme to true to use status page theme
|
||||
if (this.forceStatusPageTheme) {
|
||||
if (this.statusPageTheme === "auto") {
|
||||
return this.system;
|
||||
}
|
||||
return this.statusPageTheme;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user