rfellows commented on code in PR #10399:
URL: https://github.com/apache/nifi/pull/10399#discussion_r2495572043
##########
nifi-frontend/src/main/frontend/apps/nifi-registry/src/app/pages/buckets/feature/ui/add-policy-to-bucket-dialog/add-policy-to-bucket-dialog.component.html:
##########
@@ -29,6 +29,13 @@ <h2 mat-dialog-title>New Policy</h2>
(matSortChange)="sortData($event)"
[matSortActive]="sort.active"
[matSortDirection]="sort.direction">
+ <!-- Type Column -->
+ <ng-container matColumnDef="type">
+ <th mat-header-cell *matHeaderCellDef
mat-sort-header>Type</th>
+ <td mat-cell *matCellDef="let row">
+ {{ row.type }}
+ </td>
+ </ng-container>
Review Comment:
The width of this column seems excessive. can we limit its width?
<img width="775" height="546" alt="Screenshot 2025-11-05 at 12 51 47"
src="https://github.com/user-attachments/assets/7c7b1ff9-8d82-438f-a008-4593583e6945"
/>
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]