Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Commit

Permalink
NIFIREG-56: Added element ids to facilitate bucket testing use cases
Browse files Browse the repository at this point in the history
This closes #120

Signed-off-by: Scott Aslan <scottyaslan@gmail.com>
  • Loading branch information
andrewmlim authored and scottyaslan committed Jun 13, 2018
1 parent b6ae947 commit aa8b4be
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<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>
Expand All @@ -34,6 +34,7 @@
</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>
Expand Down

0 comments on commit aa8b4be

Please sign in to comment.