Update AppImage

This commit is contained in:
MacRimi
2025-10-05 20:45:54 +02:00
parent 85051f1340
commit 2347e10458
4 changed files with 909 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
import { LayoutDashboard, HardDrive, Network, Server, Cpu, FileText } from "path-to-icons"
const menuItems = [
{ name: "Overview", href: "/", icon: LayoutDashboard },
{ name: "Storage", href: "/storage", icon: HardDrive },
{ name: "Network", href: "/network", icon: Network },
{ name: "Virtual Machines", href: "/virtual-machines", icon: Server },
{ name: "Hardware", href: "/hardware", icon: Cpu }, // New Hardware section
{ name: "System Logs", href: "/logs", icon: FileText },
]