From b07b6c896066239ec69d992859cfa0859d227b30 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Tue, 14 Oct 2025 21:11:34 +0200 Subject: [PATCH] Update storage-overview.tsx --- AppImage/components/storage-overview.tsx | 30 +++++++++++++++++++----- 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/AppImage/components/storage-overview.tsx b/AppImage/components/storage-overview.tsx index 1c761dd..36e7f93 100644 --- a/AppImage/components/storage-overview.tsx +++ b/AppImage/components/storage-overview.tsx @@ -348,14 +348,32 @@ export function StorageOverview() { {proxmoxStorage.storage.map((storage) => (
-
+ {/* Desktop: Icon + Name + Badge tipo alineados horizontalmente */} +
-
-

{storage.name}

- {storage.type} -
+

{storage.name}

+ {storage.type}
-
+ + {/* Mobile: Badge icono + Nombre + Badge active (sin porcentaje) */} +
+ + + +

{storage.name}

+ + {storage.status} + +
+ + {/* Desktop: Badge active + Porcentaje */} +