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


##########
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/pages/flow-designer/service/manager/port-manager.service.ts:
##########
@@ -449,7 +449,7 @@ export class PortManager {
                     return '\ue80a';
                 }
             })
-            .classed('transmitting', function (d: any) {
+            .classed('nifi-success-default', function (d: any) {

Review Comment:
   Ok I like where this is going. @james-elliott do we want to remove the 
`.enabled` class and replace it with the `.nifi-success-default` as well?



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