diff --git a/AppImage/components/hardware.tsx b/AppImage/components/hardware.tsx index 5d31971..e5a584e 100644 --- a/AppImage/components/hardware.tsx +++ b/AppImage/components/hardware.tsx @@ -674,7 +674,6 @@ export default function Hardware() { ) })} -
Click on a device for detailed hardware information
)} @@ -1036,7 +1035,6 @@ export default function Hardware() { ))} -Click on a device for detailed hardware information
)} @@ -1146,6 +1144,41 @@ export default function Hardware() { )} + {/* Fans */} + {hardwareData?.fans && hardwareData.fans.length > 0 && ( +Click on a device for detailed hardware information
{formatMemory(device.size)}
} - {device.model && ( -{device.model}
- )} - {device.driver && ( -Driver: {device.driver}
- )} + {hardwareData.storage_devices.map((device, index) => ( +{formatMemory(device.size)}
} + {device.model && ( +{device.model}
+ )} + {device.driver && ( +Driver: {device.driver}
+ )} +Click on a storage device for detailed information
+Click on a device for detailed hardware information
)} @@ -1622,23 +1603,7 @@ export default function Hardware() { {selectedDisk.type && (