|
|
@ -30,6 +30,9 @@ export default {
|
|
|
|
theme() {
|
|
|
|
theme() {
|
|
|
|
// As entry can be status page now, set forceStatusPageTheme to true to use status page theme
|
|
|
|
// As entry can be status page now, set forceStatusPageTheme to true to use status page theme
|
|
|
|
if (this.forceStatusPageTheme) {
|
|
|
|
if (this.forceStatusPageTheme) {
|
|
|
|
|
|
|
|
if (this.statusPageTheme === "auto") {
|
|
|
|
|
|
|
|
return this.system;
|
|
|
|
|
|
|
|
}
|
|
|
|
return this.statusPageTheme;
|
|
|
|
return this.statusPageTheme;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|