mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
src/app: use correct icon in item mapper
When adding mappings in the item mapper we should use the save icon rather than the trash icon!
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
[ngClass]="{'btn-danger': dangerConfirm, 'btn-primary': !dangerConfirm}"
|
[ngClass]="{'btn-danger': dangerConfirm, 'btn-primary': !dangerConfirm}"
|
||||||
[dsBtnDisabled]="selectedIds?.length === 0"
|
[dsBtnDisabled]="selectedIds?.length === 0"
|
||||||
(click)="confirmSelected()">
|
(click)="confirmSelected()">
|
||||||
<i class="fas fa-trash"></i> {{confirmButton | translate}}
|
<i class="fas" [ngClass]="{'fa-trash': dangerConfirm, 'fa-save': !dangerConfirm}"></i> {{confirmButton | translate}}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
Reference in New Issue
Block a user