diff --git a/AppImage/components/proxmox-dashboard.tsx b/AppImage/components/proxmox-dashboard.tsx index d1cf87f..f3769f7 100644 --- a/AppImage/components/proxmox-dashboard.tsx +++ b/AppImage/components/proxmox-dashboard.tsx @@ -8,7 +8,7 @@ import { SystemOverview } from "./system-overview" import { StorageOverview } from "./storage-overview" import { NetworkMetrics } from "./network-metrics" import { VirtualMachines } from "./virtual-machines" -import { Hardware } from "./hardware" +import Hardware from "./hardware" import { SystemLogs } from "./system-logs" import { RefreshCw, AlertTriangle, CheckCircle, XCircle, Server, Menu } from "lucide-react" import Image from "next/image" @@ -172,11 +172,11 @@ export function ProxmoxDashboard() { )}
-
+
{/* Logo and Title */}
-
+
ProxMenux Logo
-

ProxMenux Monitor

-

Proxmox System Dashboard

+

ProxMenux Monitor

+

Proxmox System Dashboard