mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-09 17:58:50 +08:00
Make Resp. Time (ms)
and N/A
i18n
This commit is contained in:
@@ -85,7 +85,7 @@ export default {
|
||||
y: {
|
||||
title: {
|
||||
display: true,
|
||||
text: "Resp. Time (ms)",
|
||||
text: this.$t("respTime"),
|
||||
},
|
||||
offset: false,
|
||||
grid: {
|
||||
|
@@ -22,7 +22,7 @@ export default {
|
||||
return Math.round(this.$root.uptimeList[key] * 10000) / 100 + "%";
|
||||
}
|
||||
|
||||
return "N/A"
|
||||
return this.$t("notAvailableShort")
|
||||
},
|
||||
|
||||
color() {
|
||||
|
Reference in New Issue
Block a user