diff --git a/internal/site/src/components/systems-table/systems-table-columns.tsx b/internal/site/src/components/systems-table/systems-table-columns.tsx index 432191fa..c19b17e8 100644 --- a/internal/site/src/components/systems-table/systems-table-columns.tsx +++ b/internal/site/src/components/systems-table/systems-table-columns.tsx @@ -470,7 +470,7 @@ function TableCellWithMeter(info: CellContext) { STATUS_COLORS.down ) return ( -
+
{decimalString(val, val >= 10 ? 1 : 2)}% diff --git a/internal/site/src/components/systems-table/systems-table.tsx b/internal/site/src/components/systems-table/systems-table.tsx index 6c24c8d1..c3b30afd 100644 --- a/internal/site/src/components/systems-table/systems-table.tsx +++ b/internal/site/src/components/systems-table/systems-table.tsx @@ -477,7 +477,7 @@ const SystemCard = memo(
-
+
{table.getAllColumns().map((column) => { if (!column.getIsVisible() || column.id === "system" || column.id === "actions") return null const cell = row.getAllCells().find((cell) => cell.column.id === column.id) @@ -496,7 +496,7 @@ const SystemCard = memo(
{name()}:
-
+
{flexRender(cell.column.columnDef.cell, cell.getContext())}