TSK-749 - [UI] Problem with the revoke access functionality
This commit is contained in:
parent
955ea9e5f0
commit
6d455e29cc
|
@ -191,7 +191,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="pull-right btn-group">
|
||||
<button *ngIf="AccessItemsForm" type="button" class="btn btn-default" data-toggle="tooltip" title="Revoke access"
|
||||
<button *ngIf="AccessItemsForm" type="button" (click)="revokeAccess()" class="btn btn-default" data-toggle="tooltip" title="Revoke access"
|
||||
[disabled]=isGroup>
|
||||
<span class="material-icons md-20 red">clear</span>
|
||||
</button>
|
||||
|
@ -199,4 +199,4 @@
|
|||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-default btn-danger" data-dismiss="modal" data-toggle="tooltip" title="Cancel">
|
||||
<span data-toggle="tooltip" class="material-icons md-20 red">delete</span>
|
||||
<span data-toggle="tooltip" class="material-icons md-20 white">cancel</span>
|
||||
</button>
|
||||
<button type="button" class="btn btn-default btn-primary" data-dismiss="modal" data-toggle="tooltip" title="Confirm" (click)="confirmAction()">
|
||||
<span data-toggle="tooltip" class="material-icons md-20 white">done</span>
|
||||
|
|
Loading…
Reference in New Issue