diff --git a/AppImage/components/proxmox-dashboard.tsx b/AppImage/components/proxmox-dashboard.tsx index f5c71ad1..b44e5245 100644 --- a/AppImage/components/proxmox-dashboard.tsx +++ b/AppImage/components/proxmox-dashboard.tsx @@ -52,6 +52,7 @@ import { DropdownMenuTrigger, } from "./ui/dropdown-menu" import { useT } from "../lib/i18n/provider" +import { APP_VERSION } from "../lib/version" interface SystemStatus { status: "healthy" | "warning" | "critical" @@ -854,7 +855,7 @@ export function ProxmoxDashboard() {