aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/components/inputs-table/confirmation-delete-input/confirmation-delete-input.component.html
blob: 7fdd95b304109eb820a8c8859432e96c37541eda (plain)
1
2
3
<modal #confirmationModal title="Delete Input" size="sm" [buttons]="footerButtons">
    Are you sure you want to delete this input?
</modal>