fix: show idle GPU utilization in systems table (#2312)

This commit is contained in:
henrygd
2026-09-07 13:13:05 -04:00
parent 08d813620c
commit 997adc19bb
3 changed files with 54 additions and 2 deletions

View File

@@ -193,7 +193,7 @@ export function SystemsTableColumns(viewMode: "table" | "grid"): ColumnDef<Syste
header: sortableHeader,
},
{
accessorFn: ({ info }) => info.g || undefined,
accessorFn: ({ info }) => info.g,
id: "gpu",
name: () => "GPU",
cell: (info) => {