Update ProxMenux 1.2.1.4-beta

This commit is contained in:
MacRimi
2026-05-30 21:54:32 +02:00
parent d2ef8f0899
commit 4bf49675d2
27 changed files with 690 additions and 166 deletions

View File

@@ -206,7 +206,7 @@ export function NetworkTrafficChart({
setIsInitialLoad(false)
}
} catch (err: any) {
console.error("[v0] Error fetching network metrics:", err)
console.error("Error fetching network metrics:", err)
setError(err.message || "Error loading metrics")
} finally {
setLoading(false)