From daf659859963d0e35227b2e6ffec26d6dc31b9e6 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Wed, 15 Oct 2025 20:27:30 +0200 Subject: [PATCH] Update AppImage --- AppImage/components/proxmox-dashboard.tsx | 22 +++++++++++----------- AppImage/components/virtual-machines.tsx | 6 +++--- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/AppImage/components/proxmox-dashboard.tsx b/AppImage/components/proxmox-dashboard.tsx index 38aa8db..825a70b 100644 --- a/AppImage/components/proxmox-dashboard.tsx +++ b/AppImage/components/proxmox-dashboard.tsx @@ -209,13 +209,13 @@ export function ProxmoxDashboard() {
{/* Logo and Title */}
-
+
ProxMenux Logo { console.log("[v0] Logo failed to load, using fallback icon") @@ -227,11 +227,15 @@ export function ProxmoxDashboard() { } }} /> - +

ProxMenux Monitor

Proxmox System Dashboard

+
+ + Node: {systemStatus.serverName} +
@@ -240,7 +244,7 @@ export function ProxmoxDashboard() {
-
{systemStatus.serverName}
+
Node: {systemStatus.serverName}
@@ -281,11 +285,7 @@ export function ProxmoxDashboard() {
{/* Mobile Server Info */} -
-
- - {systemStatus.serverName} -
+
Uptime: {systemStatus.uptime}
diff --git a/AppImage/components/virtual-machines.tsx b/AppImage/components/virtual-machines.tsx index 891f3dd..198b552 100644 --- a/AppImage/components/virtual-machines.tsx +++ b/AppImage/components/virtual-machines.tsx @@ -616,17 +616,17 @@ export function VirtualMachines() { {/* Line 3: CPU, Memory, Disk (numbers only with colors) */}
- + {cpuPercent}%
- + {memGB}/{maxMemGB} GB
- + {diskGB}/{maxDiskGB} GB