This is an automated email from the ASF dual-hosted git repository.
wilfreds pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-web.git
The following commit(s) were added to refs/heads/master by this push:
new a3b8f5d [YUNIKORN-2198] Format 'utilized' column correctly (#152)
a3b8f5d is described below
commit a3b8f5dbb959327f647b44f91672bee781997842
Author: wusamzong <[email protected]>
AuthorDate: Thu Jan 25 14:04:49 2024 +1100
[YUNIKORN-2198] Format 'utilized' column correctly (#152)
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: #152
Signed-off-by: Wilfred Spiegelenburg <[email protected]>
---
src/app/components/nodes-view/nodes-view.component.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/app/components/nodes-view/nodes-view.component.html
b/src/app/components/nodes-view/nodes-view.component.html
index c7ead42..2b9ea57 100644
--- a/src/app/components/nodes-view/nodes-view.component.html
+++ b/src/app/components/nodes-view/nodes-view.component.html
@@ -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
"
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]