diff --git a/AppImage/components/virtual-machines.tsx b/AppImage/components/virtual-machines.tsx index 7127c15..ffda3db 100644 --- a/AppImage/components/virtual-machines.tsx +++ b/AppImage/components/virtual-machines.tsx @@ -501,12 +501,11 @@ export function VirtualMachines() { const lxcIP = vm.type === "lxc" ? vmConfigs[vm.vmid] : null return ( -
handleVMClick(vm)} - > -
+
+
handleVMClick(vm)} + >
{getStatusIcon(vm.status)} @@ -592,7 +591,10 @@ export function VirtualMachines() {
-
+
handleVMClick(vm)} + >
{/* Status circle with play/stop icon */}