From beefdd280f46bd12628d9133e88b58c9a00f45d4 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Fri, 7 Nov 2025 19:52:45 +0100 Subject: [PATCH] Update proxmox-dashboard.tsx --- AppImage/components/proxmox-dashboard.tsx | 111 ++++++++-------------- 1 file changed, 38 insertions(+), 73 deletions(-) diff --git a/AppImage/components/proxmox-dashboard.tsx b/AppImage/components/proxmox-dashboard.tsx index a55838e..8a59db0 100644 --- a/AppImage/components/proxmox-dashboard.tsx +++ b/AppImage/components/proxmox-dashboard.tsx @@ -30,7 +30,6 @@ import { Cpu, FileText, SettingsIcon, - LogOut, } from "lucide-react" import Image from "next/image" import { ThemeToggle } from "./theme-toggle" @@ -288,10 +287,9 @@ export function ProxmoxDashboard() { className="border-b border-border bg-card sticky top-0 z-50 shadow-sm cursor-pointer hover:bg-accent/5 transition-colors" onClick={() => setShowHealthModal(true)} > -
-
- {/* Logo and Title */} -
+
+
+
-

ProxMenux Monitor

+

ProxMenux Monitor

Proxmox System Dashboard

+
+ + Node: {systemStatus.serverName} +
- {/* Desktop Actions */} -
-
- -
-
Node: {systemStatus.serverName}
-
-
+
+
+ + {statusIcon} + {systemStatus.status} + - - {statusIcon} - {systemStatus.status} - - -
Uptime: {systemStatus.uptime}
- - - - {isAuthenticated && ( - )} - -
e.stopPropagation()}> - -
-
- - {/* Mobile Actions */} -
-
- {systemStatus.serverName} - Uptime: {systemStatus.uptime}
- - {statusIcon} - +
+ + {statusIcon} + - - - {isAuthenticated && ( - - )} +
e.stopPropagation()}>
+ +
Uptime: {systemStatus.uptime}