We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 431e825 commit a3defedCopy full SHA for a3defed
priv/public/ui/app/mn.bucket.dialog.html
@@ -28,7 +28,8 @@ <h2>{{bucket ? 'Edit Bucket Settings' : 'Add Data Bucket'}}</h2>
28
</div>
29
<a
30
*ngIf="showUsersLink | async"
31
- (click)="clickUsersLink.next()">
+ (click)="activeModal.dismiss()"
32
+ uiSref="app.admin.security.roles.user">
33
more ...</a>
34
</ng-template>
35
<span
@@ -37,8 +38,7 @@ <h2>{{bucket ? 'Edit Bucket Settings' : 'Add Data Bucket'}}</h2>
37
38
triggers="click"
39
placement="right">
40
- class="cursor-pointer"
41
- uiSref="app.admin.security.roles.user">
+ class="cursor-pointer">
42
<span class="text-smaller">authorized users</span>
43
</a>
44
</span>
0 commit comments