feat: monitor chart

This commit is contained in:
hamster1963
2024-11-28 15:26:03 +08:00
parent 5f2e9fe38a
commit d7f0410dcd
13 changed files with 467 additions and 13 deletions

View File

@@ -57,5 +57,14 @@
"error": {
"pageNotFound": "Page not found",
"backToHome": "Back to home"
},
"tabSwitch":{
"Detail": "Detail",
"Network": "Network"
},
"monitor":{
"noData": "No server monitor data",
"avgDelay": "Latency",
"monitorCount": "Services"
}
}

View File

@@ -57,5 +57,14 @@
"error": {
"pageNotFound": "页面不存在",
"backToHome": "回到主页"
},
"tabSwitch": {
"Detail": "详情",
"Network": "网络"
},
"monitor": {
"noData": "没有服务器监控数据",
"avgDelay": "延迟",
"monitorCount": "个监控服务"
}
}

View File

@@ -57,5 +57,14 @@
"error": {
"pageNotFound": "頁面不存在",
"backToHome": "回到主頁"
},
"tabSwitch": {
"detail": "詳細資訊",
"network": "網路"
},
"monitor": {
"noData": "沒有服務器監控數據",
"avgDelay": "延遲",
"monitorCount": "個監控"
}
}