Add delete status confirm modal
This commit is contained in:
parent
0d6435261e
commit
3ad5df805e
4 changed files with 47 additions and 6 deletions
|
|
@ -165,6 +165,16 @@
|
|||
/>
|
||||
</FALayers>
|
||||
</span>
|
||||
<ConfirmModal
|
||||
:showing="showingDeleteDialog"
|
||||
:title="$t('status.delete_confirm_title')"
|
||||
:cancel-text="$t('status.delete_confirm_cancel_button')"
|
||||
:confirm-text="$t('status.delete_confirm_accept_button')"
|
||||
@cancelled="hideDeleteStatusConfirmDialog"
|
||||
@accepted="doDeleteStatus"
|
||||
>
|
||||
{{ $t('status.delete_confirm') }}
|
||||
</ConfirmModal>
|
||||
</template>
|
||||
</Popover>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue