mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-23 13:15:42 -04:00
[WIP] Checking maintenance time using maintenance_timeslot table
This commit is contained in:
parent
3f63cb246b
commit
4002b9f577
9 changed files with 75 additions and 13 deletions
|
@ -47,7 +47,7 @@ export default {
|
|||
}
|
||||
|
||||
if (this.status === 3) {
|
||||
return this.$t("Maintenance");
|
||||
return this.$t("statusMaintenance");
|
||||
}
|
||||
|
||||
return this.$t("Unknown");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue