This is an automated email from the ASF dual-hosted git repository.
ccondit 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 57c100a [YUNIKORN-2239] Remove 'Queue Name' from node view (#204)
57c100a is described below
commit 57c100a14b4e7d6a84e7b15cb76f5f51f04d9b5a
Author: YUN SUN <[email protected]>
AuthorDate: Fri Sep 20 11:32:20 2024 -0500
[YUNIKORN-2239] Remove 'Queue Name' from node view (#204)
Closes: #204
Signed-off-by: Craig Condit <[email protected]>
---
src/app/components/nodes-view/nodes-view.component.ts | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/app/components/nodes-view/nodes-view.component.ts
b/src/app/components/nodes-view/nodes-view.component.ts
index e4c4f51..3d5ff0c 100644
--- a/src/app/components/nodes-view/nodes-view.component.ts
+++ b/src/app/components/nodes-view/nodes-view.component.ts
@@ -98,7 +98,6 @@ export class NodesViewComponent implements OnInit {
{ colId: 'displayName', colName: 'Display Name' },
{ colId: 'allocationKey', colName: 'Allocation Key' },
{ colId: 'resource', colName: 'Resource', colFormatter:
CommonUtil.resourceColumnFormatter },
- { colId: 'queueName', colName: 'Queue Name' },
{ colId: 'priority', colName: 'Priority' },
{ colId: 'applicationId', colName: 'Application ID' },
];
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]