fix undefined change ownership icons
This commit is contained in:
parent
926cd3df33
commit
2c0070c8f3
|
@ -40,10 +40,10 @@
|
|||
<td class="action-cell">
|
||||
<ng-container *ngIf="videoChangeOwnership.status === 'WAITING'">
|
||||
<my-button i18n label="Accept"
|
||||
icon="icon-tick"
|
||||
icon="tick"
|
||||
(click)="openAcceptModal(videoChangeOwnership)"></my-button>
|
||||
<my-button i18n label="Refuse"
|
||||
icon="icon-cross"
|
||||
icon="cross"
|
||||
(click)="refuse(videoChangeOwnership)">Refuse</my-button>
|
||||
</ng-container>
|
||||
</td>
|
||||
|
|
|
@ -19,6 +19,7 @@ const icons = {
|
|||
'delete': require('../../../assets/images/global/delete.html'),
|
||||
'cross': require('../../../assets/images/global/cross.html'),
|
||||
'validate': require('../../../assets/images/global/validate.html'),
|
||||
'tick': require('../../../assets/images/global/tick.html'),
|
||||
'dislike': require('../../../assets/images/video/dislike.html'),
|
||||
'heart': require('../../../assets/images/video/heart.html'),
|
||||
'like': require('../../../assets/images/video/like.html'),
|
||||
|
|
Loading…
Reference in New Issue