Merge branch 'master' into clear-monitor-data

This commit is contained in:
LouisLam
2021-09-03 14:56:43 +08:00
26 changed files with 962 additions and 63 deletions

View File

@@ -263,7 +263,7 @@ export default {
return this.lastHeartBeat.ping;
}
return "N/A"
return this.$t("notAvailableShort")
},
avgPing() {
@@ -271,7 +271,7 @@ export default {
return this.$root.avgPingList[this.monitor.id];
}
return "N/A"
return this.$t("notAvailableShort")
},
importantHeartBeatList() {