Update system-overview.tsx

This commit is contained in:
MacRimi
2025-10-23 17:56:56 +02:00
parent ac9d43892b
commit 44b9bfee68

View File

@@ -575,9 +575,9 @@ export function SystemOverview() {
<Progress value={vmLxcStoragePercent} className="mt-2 [&>div]:bg-blue-500" />
<div className="flex justify-between items-center mt-1">
<span className="text-xs text-muted-foreground">
{formatStorage(vmLxcStorageUsed)} / {formatStorage(vmLxcStorageTotal)}
{formatStorage(vmLxcStorageAvailable)} available of {formatStorage(vmLxcStorageTotal)}
</span>
<span className="text-xs text-muted-foreground">{vmLxcStoragePercent.toFixed(1)}%</span>
<span className="text-xs text-muted-foreground">{vmLxcStoragePercent.toFixed(1)}% used</span>
</div>
{vmLxcStorages.length > 1 && (
<div className="text-xs text-muted-foreground mt-1">