From f8c41ab39f2f2c1b0727f8bbad1c3019d8813cff Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 5 Oct 2025 17:10:28 +0200 Subject: [PATCH] Update virtual-machines.tsx --- AppImage/components/virtual-machines.tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/AppImage/components/virtual-machines.tsx b/AppImage/components/virtual-machines.tsx index 35e0c05..0a701a4 100644 --- a/AppImage/components/virtual-machines.tsx +++ b/AppImage/components/virtual-machines.tsx @@ -368,14 +368,15 @@ export function VirtualMachines() {
{totalAllocatedMemoryGB} GB
- {isMemoryOvercommit ? ( -

- - Overcommit: Excede memoria física ({physicalMemoryGB} GB) -

- ) : ( -

Allocated RAM

+ {isMemoryOvercommit && ( + + + Overcommit + )} +

+ {isMemoryOvercommit ? `Excede memoria física (${physicalMemoryGB} GB)` : "Allocated RAM"} +