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",