[WIP] Checking maintenance time using maintenance_timeslot table

This commit is contained in:
Louis Lam 2022-09-27 20:44:44 +08:00
parent 3f63cb246b
commit 4002b9f577
9 changed files with 75 additions and 13 deletions

View file

@ -26,7 +26,7 @@ export default {
uptime() {
if (this.type === "maintenance") {
return this.$t("Maintenance");
return this.$t("statusMaintenance");
}
let key = this.monitor.id + "_" + this.type;