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