diff --git a/AppImage/components/network-metrics.tsx b/AppImage/components/network-metrics.tsx index c04a62c..d09ae60 100644 --- a/AppImage/components/network-metrics.tsx +++ b/AppImage/components/network-metrics.tsx @@ -269,66 +269,129 @@ export function NetworkMetrics() { const typeBadge = getInterfaceTypeBadge(interface_.type) return ( -
{disk.model}
+ )} +{disk.model}
+Size
+{disk.size_formatted}
+SMART Status
+{disk.smart_status}
+Power On Time
+{formatHours(disk.power_on_hours)}
+Serial
+{disk.serial}
+Size
-{disk.size_formatted}
+SMART Status
-{disk.smart_status}
+ + {/* Row 2: Model, temperature, and health status */} +{disk.model}
+ )} +Power On Time
-{formatHours(disk.power_on_hours)}
-Serial
-{disk.serial}
-Size
+{disk.size_formatted}
+SMART Status
+{disk.smart_status}
+Power On Time
+{formatHours(disk.power_on_hours)}
+Serial
+{disk.serial}
+