Skip to content

Commit

Permalink
cleanup + fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
archeoss committed Feb 1, 2024
1 parent 8a1b25c commit f41646e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/nodeTable/nodeTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const columns: GridColDef[] = [
headerName: 'Status',
flex: 1,
width: 200,
align: 'center',
align: 'left',
headerAlign: 'center',
headerClassName: style.greyHeader,
renderCell: (params: GridRenderCellParams<GridValidRowModel, NodeStatusName>) => {
Expand Down

0 comments on commit f41646e

Please sign in to comment.