mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-21 22:14:01 +08:00
Update Maintenance UI
This commit is contained in:
@@ -268,7 +268,7 @@ export default {
|
||||
toast.success(res.msg);
|
||||
this.processing = false;
|
||||
this.$root.getMaintenanceList();
|
||||
this.$router.push("/maintenance/" + res.maintenanceID);
|
||||
this.$router.push("/maintenance");
|
||||
});
|
||||
});
|
||||
} else {
|
||||
@@ -285,6 +285,7 @@ export default {
|
||||
this.processing = false;
|
||||
this.$root.toastRes(res);
|
||||
this.init();
|
||||
this.$router.push("/maintenance");
|
||||
});
|
||||
});
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user