You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by sc...@apache.org on 2018/06/13 18:20:09 UTC

[2/2] nifi-registry git commit: NIFIREG-56: Added element ids to facilitate bucket testing use cases

NIFIREG-56: Added element ids to facilitate bucket testing use cases

This closes #120

Signed-off-by: Scott Aslan <sc...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/nifi-registry/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi-registry/commit/aa8b4bec
Tree: http://git-wip-us.apache.org/repos/asf/nifi-registry/tree/aa8b4bec
Diff: http://git-wip-us.apache.org/repos/asf/nifi-registry/diff/aa8b4bec

Branch: refs/heads/master
Commit: aa8b4bec3eb92c2025f24862e8bc61b334947249
Parents: b6ae947
Author: Andrew Lim <an...@gmail.com>
Authored: Wed Jun 13 14:09:18 2018 -0400
Committer: Scott Aslan <sc...@gmail.com>
Committed: Wed Jun 13 14:12:23 2018 -0400

----------------------------------------------------------------------
 .../workflow/sidenav/manage-bucket/nf-registry-manage-bucket.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/aa8b4bec/nifi-registry-web-ui/src/main/webapp/components/administration/workflow/sidenav/manage-bucket/nf-registry-manage-bucket.html
----------------------------------------------------------------------
diff --git a/nifi-registry-web-ui/src/main/webapp/components/administration/workflow/sidenav/manage-bucket/nf-registry-manage-bucket.html b/nifi-registry-web-ui/src/main/webapp/components/administration/workflow/sidenav/manage-bucket/nf-registry-manage-bucket.html
index cf2e59d..7776655 100644
--- a/nifi-registry-web-ui/src/main/webapp/components/administration/workflow/sidenav/manage-bucket/nf-registry-manage-bucket.html
+++ b/nifi-registry-web-ui/src/main/webapp/components/administration/workflow/sidenav/manage-bucket/nf-registry-manage-bucket.html
@@ -18,7 +18,7 @@ limitations under the License.
 <div fxFill>
     <div fxLayout="row" fxLayoutAlign="space-between center" class="pad-top-sm pad-bottom-md pad-left-md pad-right-md">
         <span class="md-card-title">{{nfRegistryService.bucket.name}}</span>
-        <button mat-icon-button (click)="closeSideNav()">
+        <button mat-icon-button id="nf-registry-manage-bucket-close-side-nav" (click)="closeSideNav()">
             <mat-icon color="primary">close</mat-icon>
         </button>
     </div>
@@ -34,6 +34,7 @@ limitations under the License.
             </mat-input-container>
             <button [disabled]="nfRegistryService.bucket.name === _bucketname"
                     (click)="updateBucketName(bucketnameInput.value)"
+                    id="nf-registry-manage-bucket-save-side-nav"
                     class="input-button"
                     color="fds-regular"
                     mat-raised-button>