mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-11-18 11:36:17 +00:00
Update storage-metrics.tsx
This commit is contained in:
@@ -240,6 +240,7 @@ export function StorageMetrics() {
|
|||||||
</Card>
|
</Card>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{/* Temperature cards by disk type */}
|
||||||
{tempByType.length > 0 && (
|
{tempByType.length > 0 && (
|
||||||
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
|
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
|
||||||
{tempByType.map(({ type, avgTemp, status, count }) => (
|
{tempByType.map(({ type, avgTemp, status, count }) => (
|
||||||
|
|||||||
Reference in New Issue
Block a user