aupdate AppImage

This commit is contained in:
MacRimi
2025-10-21 18:43:56 +02:00
parent 6d23d3510f
commit 797b088cc8
3 changed files with 46 additions and 23 deletions

View File

@@ -809,9 +809,6 @@ export function VirtualMachines() {
{selectedVM && (
<>
<div>
<h3 className="text-sm font-semibold text-muted-foreground mb-3 uppercase tracking-wide">
Basic Information
</h3>
<Card
className="border border-border bg-card/50 cursor-pointer hover:bg-card/70 transition-colors"
onClick={handleMetricsClick}
@@ -1102,9 +1099,6 @@ export function VirtualMachines() {
</div>
<div className="border-t border-border bg-background px-6 py-4 mt-auto">
<h3 className="text-sm font-semibold text-muted-foreground mb-3 uppercase tracking-wide">
Control Actions
</h3>
<div className="grid grid-cols-2 gap-3">
<Button
className="w-full bg-green-600 hover:bg-green-700 text-white"