From 37189ed67e5f6deec4c848ebc99a563ba1735e7d Mon Sep 17 00:00:00 2001 From: MacRimi Date: Wed, 29 Jul 2026 00:15:39 +0200 Subject: [PATCH] update 1.2.4.1 --- AppImage/components/login.tsx | 2 +- AppImage/components/proxmox-dashboard.tsx | 2 +- AppImage/components/release-notes-modal.tsx | 2 +- AppImage/components/storage-overview.tsx | 2 +- AppImage/package.json | 2 +- AppImage/scripts/flask_server.py | 242 ++++++++++++++++++++ AppImage/scripts/health_monitor.py | 157 +++++++++++++ AppImage/scripts/health_persistence.py | 6 + AppImage/scripts/health_thresholds.py | 10 + AppImage/scripts/notification_events.py | 2 + AppImage/scripts/notification_templates.py | 22 ++ beta_version.txt | 2 +- version.txt | 2 +- 13 files changed, 446 insertions(+), 7 deletions(-) diff --git a/AppImage/components/login.tsx b/AppImage/components/login.tsx index e1d2d9d9..74941a46 100644 --- a/AppImage/components/login.tsx +++ b/AppImage/components/login.tsx @@ -271,7 +271,7 @@ export function Login({ onLogin }: LoginProps) { -

ProxMenux Monitor v1.2.4

+

ProxMenux Monitor v1.2.4.1-beta

) diff --git a/AppImage/components/proxmox-dashboard.tsx b/AppImage/components/proxmox-dashboard.tsx index 95fd450b..1959bc58 100644 --- a/AppImage/components/proxmox-dashboard.tsx +++ b/AppImage/components/proxmox-dashboard.tsx @@ -836,7 +836,7 @@ export function ProxmoxDashboard() {