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 */} +