diff --git a/internal/site/src/components/routes/system/smart-table.tsx b/internal/site/src/components/routes/system/smart-table.tsx index f36fc609..a4c3792c 100644 --- a/internal/site/src/components/routes/system/smart-table.tsx +++ b/internal/site/src/components/routes/system/smart-table.tsx @@ -118,7 +118,9 @@ export const columns: ColumnDef[] = [ sortingFn: (a, b) => a.original.device.localeCompare(b.original.device), header: ({ column }) => , cell: ({ row }) => ( -
{row.getValue("device")}
+
+ {row.getValue("device")} +
), }, {