From f6c23bc9a0277f7c1f27e6e9f54d1152cd62d9ac Mon Sep 17 00:00:00 2001 From: MacRimi Date: Fri, 24 Oct 2025 23:35:08 +0200 Subject: [PATCH] Update virtual-machines.tsx --- AppImage/components/virtual-machines.tsx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/AppImage/components/virtual-machines.tsx b/AppImage/components/virtual-machines.tsx index 8accc7a..580d3e4 100644 --- a/AppImage/components/virtual-machines.tsx +++ b/AppImage/components/virtual-machines.tsx @@ -759,12 +759,10 @@ export function VirtualMachines() { )} - {/* Layout para móvil (44.0 GB y Allocated RAM en la misma línea, badge debajo) */} -
-
-
{totalAllocatedMemoryGB} GB
-
Allocated RAM
-
+ {/* Layout para móvil (44.0 GB solo, Allocated RAM en otra línea, badge en tercera línea) */} +
+
{totalAllocatedMemoryGB} GB
+
Allocated RAM
{physicalMemoryGB !== null && (
{isMemoryOvercommit ? (