Skip to content

Commit

Permalink
[YUNIKORN-2827] Remove unused columns in Nodes view (#215)
Browse files Browse the repository at this point in the history
Closes: #215

Signed-off-by: Craig Condit <[email protected]>
  • Loading branch information
blueBlue0102 authored and craigcondit committed Oct 22, 2024
1 parent 8dbee6b commit f49e3f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/components/nodes-view/nodes-view.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ export class NodesViewComponent implements OnInit {

this.nodeColumnDef = [
{ colId: 'nodeId', colName: 'Node ID' },
{ colId: 'rackName', colName: 'Rack Name' },
{ colId: 'hostName', colName: 'Host Name' },
{ colId: 'attributes', colName: 'Attributes' },
{ colId: 'capacity', colName: 'Capacity', colFormatter: CommonUtil.resourceColumnFormatter },
{ colId: 'occupied', colName: 'Used', colFormatter: CommonUtil.resourceColumnFormatter },
Expand Down

0 comments on commit f49e3f5

Please sign in to comment.