NIFI-13337: (#8915)

- Adjust column widths of the queue listing table.
This commit is contained in:
Matt Gilman 2024-06-03 20:30:21 -04:00 committed by GitHub
parent ab2cea4c22
commit e142341ceb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 0 deletions

View File

@ -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;
}
}
}
}