From 89f153aad81104b4b523ef9cdfcfe0a8df6b0f4b Mon Sep 17 00:00:00 2001 From: Scott Aslan Date: Tue, 4 Jun 2024 08:58:32 -0400 Subject: [PATCH] [NIFI-13355] move view cluster details and view flow configuration details into action kebab menus (#8921) This closes #8921 --- .../cluster-node-table.component.html | 17 ++------ .../cluster-node-table.component.scss | 4 -- .../cluster-node-table.component.ts | 10 +---- ...configuration-history-table.component.html | 40 +++++++++++-------- ...configuration-history-table.component.scss | 4 -- ...w-configuration-history-table.component.ts | 8 ++-- 6 files changed, 34 insertions(+), 49 deletions(-) diff --git a/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/apps/nifi/src/app/pages/cluster/ui/cluster-node-listing/cluster-node-table/cluster-node-table.component.html b/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/apps/nifi/src/app/pages/cluster/ui/cluster-node-listing/cluster-node-table/cluster-node-table.component.html index c4dc19d1d6..ee2f4079ea 100644 --- a/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/apps/nifi/src/app/pages/cluster/ui/cluster-node-listing/cluster-node-table/cluster-node-table.component.html +++ b/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/apps/nifi/src/app/pages/cluster/ui/cluster-node-listing/cluster-node-table/cluster-node-table.component.html @@ -36,19 +36,6 @@ (matSortChange)="sortData($event)" [matSortActive]="initialSortColumn" [matSortDirection]="initialSortDirection"> - - - - -
-
-
- -
- @@ -161,6 +148,10 @@ } + @if (item.status === 'CONNECTED' || item.status === 'CONNECTING') { + + @if (canRead(item)) { + + } + + + + + = new MatTableDataSource();