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

FEAT #14460 TIME 0:15 change icon

parent 39b61da1
No related branches found
No related tags found
No related merge requests found
<button mat-mini-fab (click)="openSummarySheet();" [disabled]="selectedRes.length == 0" title="{{'lang.summarySheets' | translate}}"> <button mat-mini-fab (click)="openSummarySheet();" [disabled]="selectedRes.length == 0" title="{{'lang.summarySheets' | translate}}">
<mat-icon class="fa fa-link"></mat-icon> <mat-icon class="fas fa-scroll"></mat-icon>
</button> </button>
<button mat-mini-fab (click)="openExport();" [disabled]="selectedRes.length == 0" title="{{'lang.exportDatas' | translate}}"> <button mat-mini-fab (click)="openExport();" [disabled]="selectedRes.length == 0" title="{{'lang.exportDatas' | translate}}">
......
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