mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-22 14:42:51 +08:00
add /status, alias of /status-page (#471)
This commit is contained in:
@@ -6,6 +6,7 @@ let socket;
|
||||
|
||||
const noSocketIOPages = [
|
||||
"/status-page",
|
||||
"/status",
|
||||
"/"
|
||||
];
|
||||
|
||||
|
@@ -33,7 +33,7 @@ export default {
|
||||
return "light";
|
||||
}
|
||||
|
||||
if (this.path === "/status-page") {
|
||||
if (this.path === "/status-page" || this.path === "/status") {
|
||||
return this.statusPageTheme;
|
||||
} else {
|
||||
if (this.userTheme === "auto") {
|
||||
|
Reference in New Issue
Block a user