scottyaslan commented on code in PR #9492:
URL: https://github.com/apache/nifi/pull/9492#discussion_r1930825226
##########
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 see. Let me update this PR.
--
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]