Improved server stat generation and UI by caching and supporting more platforms

This commit is contained in:
LukeGus
2025-09-09 22:00:06 -05:00
parent 66b4c6fa11
commit 708958f0d1
4 changed files with 618 additions and 211 deletions

View File

@@ -687,7 +687,14 @@
"failedToFetchHostConfig": "Failed to fetch host configuration",
"failedToFetchStatus": "Failed to fetch server status",
"failedToFetchMetrics": "Failed to fetch server metrics",
"failedToFetchHomeData": "Failed to fetch home data"
"failedToFetchHomeData": "Failed to fetch home data",
"loadingMetrics": "Loading metrics...",
"refreshing": "Refreshing...",
"serverOffline": "Server Offline",
"cannotFetchMetrics": "Cannot fetch metrics from offline server",
"load": "Load",
"free": "Free",
"available": "Available"
},
"auth": {
"loginTitle": "Login to Termix",

View File

@@ -701,7 +701,14 @@
"memoryUsage": "内存使用率",
"rootStorageSpace": "根目录存储空间",
"of": "的",
"feedbackMessage": "对服务器管理的下一步功能有想法?在这里分享吧"
"feedbackMessage": "对服务器管理的下一步功能有想法?在这里分享吧",
"loadingMetrics": "正在加载指标...",
"refreshing": "正在刷新...",
"serverOffline": "服务器离线",
"cannotFetchMetrics": "无法从离线服务器获取指标",
"load": "负载",
"free": "空闲",
"available": "可用"
},
"auth": {
"loginTitle": "登录 Termix",