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


##########
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/ui/common/controller-service/controller-service-table/controller-service-table.component.ts:
##########
@@ -208,7 +208,7 @@ export class ControllerServiceTable implements 
AfterViewInit {
     }
 
     canConfigure(entity: ControllerServiceEntity): boolean {
-        return this.canRead(entity) && this.canWrite(entity) && 
this.isDisabled(entity);
+        return this.canRead(entity) && this.canWrite(entity);

Review Comment:
   In current NiFi the configure action button on each row is present even when 
disabled. @mcgilman is this behavior correct?



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