Skip to content

Commit

Permalink
[YUNIKORN-2198] Format 'utilized' column correctly (apache#152)
Browse files Browse the repository at this point in the history
The 'utilized' column in the 'nodes' table should be formatted as a
resource list nit as a set of comma seperated values of strings.

Closes: apache#152

Signed-off-by: Wilfred Spiegelenburg <[email protected]>
  • Loading branch information
wusamzong authored and wilfred-s committed Jan 25, 2024
1 parent 221662f commit a3b8f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/nodes-view/nodes-view.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

<ng-container
*ngIf="
['capacity', 'occupied', 'allocated', 'available'].includes(columnDef.colId);
['capacity', 'occupied', 'allocated', 'available', 'utilized'].includes(columnDef.colId);
else renderNext_1
"
>
Expand Down

0 comments on commit a3b8f5d

Please sign in to comment.