mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-11-18 11:36:17 +00:00
Update AppImage
This commit is contained in:
@@ -342,7 +342,7 @@ export function MetricsView({ vmid, vmName, vmType, onBack }: MetricsViewProps)
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex flex-col h-full">
|
<div className="flex flex-col h-full max-h-[90vh]">
|
||||||
{/* Fixed Header */}
|
{/* Fixed Header */}
|
||||||
<div className="p-6 pb-4 border-b shrink-0">
|
<div className="p-6 pb-4 border-b shrink-0">
|
||||||
<div className="flex items-center justify-between">
|
<div className="flex items-center justify-between">
|
||||||
@@ -373,7 +373,7 @@ export function MetricsView({ vmid, vmName, vmType, onBack }: MetricsViewProps)
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Scrollable Content with all charts */}
|
{/* Scrollable Content with all charts */}
|
||||||
<div className="flex-1 overflow-y-auto p-6 max-h-0">{renderAllCharts()}</div>
|
<div className="flex-1 overflow-y-auto p-6 min-h-0">{renderAllCharts()}</div>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -890,9 +890,7 @@ export function VirtualMachines() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="flex items-center justify-center">
|
<div className="flex items-center justify-center">{/* Empty space - no logo */}</div>
|
||||||
{getOSIcon(vmDetails?.config?.ostype, selectedVM.type)}
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</CardContent>
|
</CardContent>
|
||||||
</Card>
|
</Card>
|
||||||
|
|||||||
Reference in New Issue
Block a user