mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-11-18 11:36:17 +00:00
Update virtual-machines.tsx
This commit is contained in:
@@ -759,12 +759,10 @@ export function VirtualMachines() {
|
|||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Layout para móvil (44.0 GB y Allocated RAM en la misma línea, badge debajo) */}
|
{/* Layout para móvil (44.0 GB solo, Allocated RAM en otra línea, badge en tercera línea) */}
|
||||||
<div className="lg:hidden space-y-2">
|
<div className="lg:hidden space-y-1">
|
||||||
<div className="flex items-baseline gap-2">
|
|
||||||
<div className="text-lg font-semibold text-foreground">{totalAllocatedMemoryGB} GB</div>
|
<div className="text-lg font-semibold text-foreground">{totalAllocatedMemoryGB} GB</div>
|
||||||
<div className="text-xs text-muted-foreground">Allocated RAM</div>
|
<div className="text-xs text-muted-foreground">Allocated RAM</div>
|
||||||
</div>
|
|
||||||
{physicalMemoryGB !== null && (
|
{physicalMemoryGB !== null && (
|
||||||
<div>
|
<div>
|
||||||
{isMemoryOvercommit ? (
|
{isMemoryOvercommit ? (
|
||||||
|
|||||||
Reference in New Issue
Block a user