scottyaslan commented on code in PR #8974:
URL: https://github.com/apache/nifi/pull/8974#discussion_r1711724055
##########
nifi-frontend/src/main/frontend/apps/nifi/src/app/pages/flow-designer/ui/canvas/header/flow-status/flow-status.component.html:
##########
@@ -127,6 +127,16 @@
</div>
<div class="flex">
<search [currentProcessGroupId]="currentProcessGroupId"></search>
+ <button
+ class="flow-analysis-notification w-8 border-l flex
justify-center items-center"
+ (click)="openFlowAnalysisMenu()">
+ <i
+ class="fa fa-lightbulb-o flow-analysis-notification-icon
w-[24px] h-[24px] flex justify-center items-center"
Review Comment:
I am really not a fan of this icon. Like, what does it even represent? An
idea? I think we can update this to something a little more intuitive to help
the user grok what it is.
```suggestion
class="fa fa-medkit flow-analysis-notification-icon
w-[24px] h-[24px] flex justify-center items-center"
```
--
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]