scottyaslan commented on code in PR #8974:
URL: https://github.com/apache/nifi/pull/8974#discussion_r1711679279


##########
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"
+                    [ngClass]="flowAnalysisNotificationClass"
+                    [class.rounded-xl]="

Review Comment:
   Why rounded background colors? We have a very similar UX for the bulletins 
which is right next to the flow analysis. We should follow that pattern.



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