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}