From d7c60631b40c2888771a50d143f411084179540f Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 12 Apr 2026 21:37:02 +0200 Subject: [PATCH] Update storage-overview.tsx --- AppImage/components/storage-overview.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/AppImage/components/storage-overview.tsx b/AppImage/components/storage-overview.tsx index f2321e4b..5ed9e4ab 100644 --- a/AppImage/components/storage-overview.tsx +++ b/AppImage/components/storage-overview.tsx @@ -1763,8 +1763,8 @@ function openSmartReport(disk: DiskInfo, testStatus: SmartTestStatus, smartAttri -
-
3. SMART Attributes (\${smartAttributes.length} total\${hasCritical ? \`, \${criticalAttrs.length} warning(s)\` : ''})
+
+
3. SMART Attributes (${smartAttributes.length} total${hasCritical ? `, ${criticalAttrs.length} warning(s)` : ''})
@@ -1778,11 +1778,10 @@ function openSmartReport(disk: DiskInfo, testStatus: SmartTestStatus, smartAttri - \${attributeRows || ''} - + ${attributeRows || ''} +
No SMART attributes available
No SMART attributes available
-
-
+