Skip to content
Snippets Groups Projects
Commit 00257cf6 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

fix var

parent 24a8f995
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@
(click)="$event.stopPropagation();activateUser(element)">
<mat-icon class="fa fa-check fa-2x" aria-hidden="true"></mat-icon>
</button>
<button mat-icon-button color="warn" [disabled]="element.id===user.id || ['root_visible', 'root_invisible'].indexOf(row.mode) > -1"
<button mat-icon-button color="warn" [disabled]="element.id===user.id || ['root_visible', 'root_invisible'].indexOf(element.mode) > -1"
matTooltip="{{lang.delete}}" data-toggle="modal" data-target="#changeDiffListDest"
(click)="$event.stopPropagation();deleteUser(element, 'delete')">
<mat-icon class="fa fa-trash-alt fa-2x"></mat-icon>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment