diff --git a/AppImage/components/proxmox-dashboard.tsx b/AppImage/components/proxmox-dashboard.tsx index 735213e..4fd11b2 100644 --- a/AppImage/components/proxmox-dashboard.tsx +++ b/AppImage/components/proxmox-dashboard.tsx @@ -12,6 +12,7 @@ import Hardware from "./hardware" import { SystemLogs } from "./system-logs" import { OnboardingCarousel } from "./onboarding-carousel" import { HealthStatusModal } from "./health-status-modal" +import { Settings } from "./settings" import { getApiUrl } from "../lib/api-config" import { RefreshCw, @@ -26,7 +27,7 @@ import { Box, Cpu, FileText, - Settings, + SettingsIcon, } from "lucide-react" import Image from "next/image" import { ThemeToggle } from "./theme-toggle" @@ -532,7 +533,7 @@ export function ProxmoxDashboard() { : "" }`} > - + Settings @@ -569,70 +570,7 @@ export function ProxmoxDashboard() { -
-
-

- - Settings -

-

- Configure your ProxMenux Monitor preferences and system settings. -

- -
-
-

Appearance

-
-
-

Theme

-

Choose your preferred color scheme

-
- -
-
- -
-

System Information

-
-
- Version: - ProxMenux Monitor v1.0.0 -
-
- Server: - {systemStatus.serverName} -
-
- Node ID: - {systemStatus.nodeId} -
-
- Status: - - {statusIcon} - {systemStatus.status} - -
-
-
- -
-

About

-

- ProxMenux Monitor is a comprehensive dashboard for monitoring and managing Proxmox VE systems. -

- - Support and contribute to the project → - -
-
-
-
+