Make Resp. Time (ms) and N/A i18n

This commit is contained in:
Adam Stachowicz
2021-09-01 21:17:50 +02:00
parent e1f378ee6c
commit 7a109689d9
4 changed files with 7 additions and 5 deletions

View File

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