From d526ea61a9dd631b44ba041307b0e4f3be7ca57c Mon Sep 17 00:00:00 2001 From: henrygd Date: Thu, 19 Feb 2026 17:35:12 -0500 Subject: [PATCH] ui: freeze header of smart device details table --- .../site/src/components/routes/system/smart-table.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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) => (