scottyaslan commented on code in PR #9492:
URL: https://github.com/apache/nifi/pull/9492#discussion_r1930835035
##########
nifi-frontend/src/main/frontend/apps/nifi/src/app/pages/queue/ui/queue-listing/flowfile-dialog/flowfile-dialog.component.html:
##########
@@ -207,12 +207,7 @@ <h2 mat-dialog-title>FlowFile</h2>
<div class="unset neutral-color">Empty string set</div>
</ng-container>
<ng-template #nonEmptyValue>
- <div class="tertiary-color font-medium" *ngIf="title == null;
else valueWithTitle">
- {{ value }}
- </div>
- <ng-template #valueWithTitle>
- <div class="tertiary-color font-medium" [title]="title">{{
value }}</div>
- </ng-template>
+ <div class="tertiary-color font-medium truncate"
[title]="value">{{ value }}</div>
Review Comment:
Ok I forced pushed. I left this approach in place as it allows custom
formatting for title text and now we are just passing a title to each of these
fields.
--
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]