From e66c1643d192ed71f0923793392d9eb875ee75b5 Mon Sep 17 00:00:00 2001 From: Scott Aslan Date: Thu, 30 May 2024 16:54:22 -0400 Subject: [PATCH] [NIFI-13246] move actions from details columns into menu (#8900) * [NIFI-13246] move actions from details columns into menu * move View Documentation menu option lower This closes #8900 --- .../provenance-event-table.component.html | 17 ++++------------- .../provenance-event-table.component.scss | 8 -------- .../provenance-event-table.component.ts | 1 - .../flowfile-table.component.html | 17 ++++------------- .../flowfile-table.component.scss | 4 ---- .../flowfile-table/flowfile-table.component.ts | 1 - .../flow-analysis-rule-table.component.html | 10 ++++++---- .../flow-analysis-rule-table.component.scss | 2 +- .../flow-analysis-rule-table.component.ts | 3 +-- .../parameter-providers-table.component.html | 11 ++++++----- .../parameter-providers-table.component.scss | 2 +- .../parameter-providers-table.component.ts | 3 +-- .../reporting-task-table.component.html | 10 ++++++---- .../reporting-task-table.component.scss | 2 +- .../reporting-task-table.component.ts | 3 +-- .../port-status-table.component.html | 8 -------- .../port-status-table.component.scss | 5 ----- .../port-status-table.component.ts | 4 ++-- .../connection-status-table.component.html | 17 ----------------- .../connection-status-table.component.scss | 4 ---- .../connection-status-table.component.ts | 1 - .../process-group-status-table.component.html | 8 -------- .../process-group-status-table.component.scss | 4 ---- .../process-group-status-table.component.ts | 1 - .../processor-status-table.component.html | 17 ----------------- .../processor-status-table.component.scss | 4 ---- .../processor-status-table.component.ts | 1 - ...te-process-group-status-table.component.html | 8 -------- ...te-process-group-status-table.component.scss | 4 ---- ...mote-process-group-status-table.component.ts | 2 +- .../controller-service-table.component.html | 11 ++++++----- .../controller-service-table.component.scss | 2 +- .../controller-service-table.component.ts | 3 +-- 33 files changed, 43 insertions(+), 155 deletions(-) diff --git a/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/apps/nifi/src/app/pages/provenance/ui/provenance-event-listing/provenance-event-table/provenance-event-table.component.html b/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/apps/nifi/src/app/pages/provenance/ui/provenance-event-listing/provenance-event-table/provenance-event-table.component.html index 26a9a7b2a3..47a1884bc9 100644 --- a/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/apps/nifi/src/app/pages/provenance/ui/provenance-event-listing/provenance-event-table/provenance-event-table.component.html +++ b/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/apps/nifi/src/app/pages/provenance/ui/provenance-event-listing/provenance-event-table/provenance-event-table.component.html @@ -74,19 +74,6 @@ (matSortChange)="updateSort($event)" [matSortActive]="sort.active" [matSortDirection]="sort.direction"> - - - - -
-
-
- -
- Event Time @@ -158,6 +145,10 @@ +