scottyaslan commented on a change in pull request #174: NIFIREG-256 Updating
manage buckets page
URL: https://github.com/apache/nifi-registry/pull/174#discussion_r280273531
##########
File path:
nifi-registry-core/nifi-registry-web-ui/src/main/webapp/components/administration/workflow/sidenav/manage-bucket/nf-registry-manage-bucket.html
##########
@@ -41,6 +41,20 @@
Save
</button>
</div>
+ <div class="pad-top-md pad-bottom-sm pad-left-md pad-right-md">
+ <div class="pad-bottom-sm">
+ <span class="md-card-title">Bundle Settings</span>
+ </div>
+ <div>
+ <mat-checkbox #bundleRedeployCheckbox
+
[disabled]="!nfRegistryService.currentUser.resourcePermissions.buckets.canWrite"
+
[(checked)]="nfRegistryService.bucket.allowBundleRedeploy"
Review comment:
Please remove this line.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services