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 (