[SDC-29] rebase continue work to align source
[sdc.git] / catalog-ui / src / app / ng2 / components / inputs-table / confirmation-delete-input / confirmation-delete-input.component.html
1 <modal #confirmationModal title="Delete Input" size="sm" [buttons]="footerButtons">
2     Are you sure you want to delete this input?
3 </modal>