mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-11-18 11:36:17 +00:00
Update AppImage
This commit is contained in:
@@ -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 min-h-0">{renderAllCharts()}</div>
|
<div className="flex-1 overflow-y-auto p-6 max-h-0">{renderAllCharts()}</div>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -748,7 +748,7 @@ export function VirtualMachines() {
|
|||||||
setShowAdditionalInfo(false)
|
setShowAdditionalInfo(false)
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<DialogContent className="max-w-4xl max-h-[95vh] sm:max-h-[90vh] flex flex-col p-0">
|
<DialogContent className="max-w-4xl h-[95vh] sm:h-[90vh] flex flex-col p-0 overflow-hidden">
|
||||||
{currentView === "main" ? (
|
{currentView === "main" ? (
|
||||||
<>
|
<>
|
||||||
<DialogHeader className="pb-4 border-b border-border px-6 pt-6">
|
<DialogHeader className="pb-4 border-b border-border px-6 pt-6">
|
||||||
|
|||||||
Reference in New Issue
Block a user