Browse Source

Delete fixed.

pull/492/head
Sebastian 6 years ago
parent
commit
ed62915258
  1. 2
      frontend/app/shared/components/assets/asset.component.html

2
frontend/app/shared/components/assets/asset.component.html

@ -140,7 +140,7 @@
<td class="col-actions text-right" *ngIf="!isDisabled">
<button type="button" class="btn btn-text-danger" *ngIf="!removeMode && asset.canDelete"
(sqxConfirmClick)="remove.emit()"
(sqxConfirmClick)="delete.emit()"
confirmTitle="Delete asset"
confirmText="Do you really want to delete the asset?">
<i class="icon-bin2"></i>

Loading…
Cancel
Save