diff --git a/internal/site/src/components/routes/system/smart-table.tsx b/internal/site/src/components/routes/system/smart-table.tsx index fa12ff64..a6e1aaf6 100644 --- a/internal/site/src/components/routes/system/smart-table.tsx +++ b/internal/site/src/components/routes/system/smart-table.tsx @@ -656,14 +656,14 @@ function DiskSheet({ -
+
{isLoading ? (
) : ( <> - + {status === "PASSED" ? : } S.M.A.R.T. Self-Test: {status} @@ -675,9 +675,9 @@ function DiskSheet({ )} {smartAttributes.length > 0 ? ( -
+
- + {table.getHeaderGroups().map((headerGroup) => ( {headerGroup.headers.map((header) => (