RED-3800: Update common-ui
This commit is contained in:
parent
62e60b253a
commit
ac8d98a0d4
@ -54,16 +54,16 @@
|
||||
<div class="center cell">
|
||||
<mat-slide-toggle
|
||||
(toggleChange)="toggleActive(user)"
|
||||
[attr.help-mode-key]="'activate_deactivate_user'"
|
||||
[checked]="user.active"
|
||||
[disabled]="!canDeactivate(user)"
|
||||
[id]="'toggle-active-' + user.id"
|
||||
[attr.help-mode-key]="'activate_deactivate_user'"
|
||||
color="primary"
|
||||
></mat-slide-toggle>
|
||||
</div>
|
||||
|
||||
<div [ngClass]="!user.hasAnyRole && 'no-role-alignment'" class="cell">
|
||||
<mat-icon *ngIf="!user.hasAnyRole" [svgIcon]="'red:alert-circle'" class="icon"></mat-icon>
|
||||
<mat-icon *ngIf="!user.hasAnyRole" [svgIcon]="'iqser:alert-circle'" class="icon"></mat-icon>
|
||||
<span class="small-label opacity-1">{{ getDisplayRoles(user) }}</span>
|
||||
</div>
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<div class="title flex-2">
|
||||
{{ 'upload-status.dialog.title' | translate : { len: uploadService.files.length } }}
|
||||
</div>
|
||||
<span><mat-icon *ngIf="uploadError" [svgIcon]="'red:alert-circle'"></mat-icon></span>
|
||||
<span><mat-icon *ngIf="uploadError" [svgIcon]="'iqser:alert-circle'"></mat-icon></span>
|
||||
|
||||
<iqser-circle-button
|
||||
[icon]="'iqser:status-' + (collapsed ? 'expand' : 'collapse')"
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit 5d40f20a32fbcbd99faaaf42688b19b6601a8f1f
|
||||
Subproject commit 78b74d5a9a62bb5f58a4bbda3ae365060a22c2cf
|
||||
Loading…
x
Reference in New Issue
Block a user