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 f49e3f5 [YUNIKORN-2827] Remove unused columns in Nodes view (#215)
f49e3f5 is described below
commit f49e3f5130307a99e7b6cda2111cf985d975a4e7
Author: Tzu-Hua Lan <[email protected]>
AuthorDate: Tue Oct 22 16:16:25 2024 -0500
[YUNIKORN-2827] Remove unused columns in Nodes view (#215)
Closes: #215
Signed-off-by: Craig Condit <[email protected]>
---
src/app/components/nodes-view/nodes-view.component.ts | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/app/components/nodes-view/nodes-view.component.ts
b/src/app/components/nodes-view/nodes-view.component.ts
index 3d5ff0c..6dc5253 100644
--- a/src/app/components/nodes-view/nodes-view.component.ts
+++ b/src/app/components/nodes-view/nodes-view.component.ts
@@ -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 },
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]