diff --git a/AppImage/components/metrics-dialog.tsx b/AppImage/components/metrics-dialog.tsx index edb630b..bb16ca9 100644 --- a/AppImage/components/metrics-dialog.tsx +++ b/AppImage/components/metrics-dialog.tsx @@ -342,7 +342,7 @@ export function MetricsView({ vmid, vmName, vmType, onBack }: MetricsViewProps) } return ( -
+
{/* Fixed Header */}
@@ -373,7 +373,7 @@ export function MetricsView({ vmid, vmName, vmType, onBack }: MetricsViewProps)
{/* Scrollable Content with all charts */} -
{renderAllCharts()}
+
{renderAllCharts()}
) } diff --git a/AppImage/components/virtual-machines.tsx b/AppImage/components/virtual-machines.tsx index bb3b270..a0e0954 100644 --- a/AppImage/components/virtual-machines.tsx +++ b/AppImage/components/virtual-machines.tsx @@ -890,9 +890,7 @@ export function VirtualMachines() {
-
- {getOSIcon(vmDetails?.config?.ostype, selectedVM.type)} -
+
{/* Empty space - no logo */}