mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-12 08:20:30 -04:00
Make Resp. Time (ms)
and N/A
i18n
This commit is contained in:
parent
e1f378ee6c
commit
7a109689d9
4 changed files with 7 additions and 5 deletions
|
@ -22,7 +22,7 @@ export default {
|
|||
return Math.round(this.$root.uptimeList[key] * 10000) / 100 + "%";
|
||||
}
|
||||
|
||||
return "N/A"
|
||||
return this.$t("notAvailableShort")
|
||||
},
|
||||
|
||||
color() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue