From 6ef5655b7dd25e11d9cb5a66db278f43fac965dc Mon Sep 17 00:00:00 2001 From: MacRimi Date: Tue, 21 Oct 2025 19:16:44 +0200 Subject: [PATCH] Update virtual-machines.tsx --- AppImage/components/virtual-machines.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/AppImage/components/virtual-machines.tsx b/AppImage/components/virtual-machines.tsx index e2533e8..d82e51f 100644 --- a/AppImage/components/virtual-machines.tsx +++ b/AppImage/components/virtual-machines.tsx @@ -195,7 +195,7 @@ const getOSIcon = (osInfo: VMDetails["os_info"] | undefined, vmType: string): Re alt="Debian" className="h-16 w-16" onError={(e) => { - // Fallback to Container icon if SVG doesn't exist + // fallback to Container icon if SVG doesn't exist e.currentTarget.style.display = "none" e.currentTarget.parentElement!.innerHTML = '
' @@ -459,12 +459,6 @@ export function VirtualMachines() { return "text-green-500" } - console.log("[v0] Memory status:", { - physical: physicalMemoryGB, - allocated: allocatedMemoryGB, - isOvercommit: isMemoryOvercommit, - }) - if (isLoading) { return (