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

fix toggle in entities administration

parent 41baca20
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
<h3 mat-subheader>{{lang.additionalRoles}}</h3>
<ng-container *ngFor="let role of listTemplateRoles">
<a mat-list-item disableRipple="true" *ngIf="role.id != 'dest' && role.id != 'cc'">
<mat-icon color="primary" mat-list-icon style="margin-bottom: 20px;">
<mat-icon color="primary" mat-list-icon>
<mat-slide-toggle [checked]="role.available" color="primary" (click)="toggleRole(role);false"></mat-slide-toggle>
</mat-icon>
<p mat-line [ngStyle]="{'opacity': role.available ? '' : '0.5'}" (click)="toggleRole(role);false">
......
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