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

@@ -43,7 +43,7 @@ const fetchStorageData = async (): Promise<StorageData | null> => {
const data = await response.json()
return data
} catch (error) {
console.error("[v0] Failed to fetch storage data from Flask server:", error)
console.error("Failed to fetch storage data from Flask server:", error)
return null
}
}