diff --git a/AppImage/components/proxmox-dashboard.tsx b/AppImage/components/proxmox-dashboard.tsx index 0d25e63..4d415e7 100644 --- a/AppImage/components/proxmox-dashboard.tsx +++ b/AppImage/components/proxmox-dashboard.tsx @@ -27,7 +27,6 @@ import { import Image from "next/image" import { ThemeToggle } from "./theme-toggle" import { Sheet, SheetContent, SheetTrigger } from "./ui/sheet" -import { useScrollDirection } from "@/hooks/use-scroll-direction" interface SystemStatus { status: "healthy" | "warning" | "critical" @@ -61,8 +60,6 @@ export function ProxmoxDashboard() { const [mobileMenuOpen, setMobileMenuOpen] = useState(false) const [activeTab, setActiveTab] = useState("overview") - const { scrollDirection, isAtTop } = useScrollDirection() - const fetchSystemData = useCallback(async () => { console.log("[v0] Fetching system data from Flask server...") console.log("[v0] Current window location:", window.location.href) @@ -297,185 +294,169 @@ export function ProxmoxDashboard() {
-
-
+ -
- - - Overview - - - Storage - - - Network - - - VMs & LXCs - - - Hardware - - - System Logs - - + Overview + + + Storage + + + Network + + + VMs & LXCs + + + Hardware + + + System Logs + + - -
- - - -
- -
- - - - - - -
-
-
-
+ +
+ + +
-
+ +
+ + + + + + +
+
+ -
- - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - -
+ + +