Merge remote-tracking branch 'origin/master' into feat/monitor-list-improved-filtering

This commit is contained in:
Louis Lam
2023-07-16 21:04:46 +08:00
80 changed files with 4291 additions and 4034 deletions

View File

@@ -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;
}