scottyaslan commented on code in PR #9548:
URL: https://github.com/apache/nifi/pull/9548#discussion_r1856958612
##########
nifi-frontend/src/main/frontend/apps/nifi/src/app/pages/flow-designer/ui/canvas/items/processor/edit-processor/edit-processor.component.html:
##########
@@ -17,17 +17,60 @@
<h2 mat-dialog-title>
<div class="flex justify-between items-baseline">
- <div>
- {{ readonly ? 'Processor Details' : 'Edit Processor' }}
+ <div class="flex items-baseline">
+ <div class="mr-2">
+ @if (isInvalid(request.entity)) {
+ <i
+ class="mr-2 fa fa-warning caution-color"
+ nifiTooltip
+ [tooltipComponentType]="ValidationErrorsTip"
+
[tooltipInputData]="getValidationErrorsTipData(request.entity)"></i>
Review Comment:
<img width="1031" alt="Screenshot 2024-11-25 at 11 57 05 AM"
src="https://github.com/user-attachments/assets/75b544cb-7dce-4381-bf75-dd9b871ae74a">
--
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]