Update AppImage

This commit is contained in:
MacRimi
2025-11-09 16:43:45 +01:00
parent b9619efbbf
commit 27353e160f
5 changed files with 118 additions and 159 deletions

View File

@@ -98,7 +98,7 @@ export function ProxmoxDashboard() {
const uptimeValue =
data.uptime && typeof data.uptime === "string" && data.uptime.trim() !== "" ? data.uptime : "N/A"
const healthStatus = data.health?.status?.toLowerCase() || "healthy"
const healthStatus = data.health?.status || "healthy"
setSystemStatus({
status: healthStatus as "healthy" | "warning" | "critical",