Fix the UI broken after removed a monitor

This commit is contained in:
Louis Lam 2022-12-27 00:22:09 +08:00
parent 056d957c1e
commit 06852bbf0d

View File

@ -590,7 +590,7 @@ export default {
for (let monitorID in this.lastHeartbeatList) {
let lastHeartBeat = this.lastHeartbeatList[monitorID];
if (this.monitorList[monitorID].maintenance) {
if (this.monitorList[monitorID] && this.monitorList[monitorID].maintenance) {
result[monitorID] = {
text: this.$t("statusMaintenance"),
color: "maintenance",