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 would likely need to be updated in the old UI as well.
   
   If you don't like the medkit icon here are some other 'medical' icons from 
font awesome. I think any one of these would be more appropriate than a light 
bulb.
   
   <img width="1225" alt="Screenshot 2024-08-09 at 12 00 26 PM" 
src="https://github.com/user-attachments/assets/d2cb021a-3d31-4bd0-8eaf-d1738597fae0";>
   



-- 
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]

Reply via email to