diff --git a/web/src/components/MachineList.tsx b/web/src/components/MachineList.tsx index 5b5d5cb..a4a01a8 100644 --- a/web/src/components/MachineList.tsx +++ b/web/src/components/MachineList.tsx @@ -149,9 +149,16 @@ export const columns: ColumnDef[] = [ header: () =>
Type
, cell: ({ row }) => { return ( -
+ {row.original.type} -
+ ); }, },