This is an automated email from the ASF dual-hosted git repository.
scottyaslan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new e142341ceb NIFI-13337: (#8915)
e142341ceb is described below
commit e142341ceb46d2d7a0b6e91bffeff0630f5ee91b
Author: Matt Gilman <[email protected]>
AuthorDate: Mon Jun 3 20:30:21 2024 -0400
NIFI-13337: (#8915)
- Adjust column widths of the queue listing table.
---
.../flowfile-table/flowfile-table.component.scss | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git
a/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/apps/nifi/src/app/pages/queue/ui/queue-listing/flowfile-table/flowfile-table.component.scss
b/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/apps/nifi/src/app/pages/queue/ui/queue-listing/flowfile-table/flowfile-table.component.scss
index c8f1a75870..2fdf010f56 100644
---
a/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/apps/nifi/src/app/pages/queue/ui/queue-listing/flowfile-table/flowfile-table.component.scss
+++
b/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/apps/nifi/src/app/pages/queue/ui/queue-listing/flowfile-table/flowfile-table.component.scss
@@ -18,9 +18,21 @@
.flowfile-table {
.listing-table {
table {
+ .mat-column-position {
+ width: 100px;
+ }
+
.mat-column-flowFileUuid {
width: 25%;
}
+
+ .mat-column-fileName {
+ width: 25%;
+ }
+
+ .mat-column-penalized {
+ width: 100px;
+ }
}
}
}