mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-21 19:01:37 +00:00
7 lines
171 B
PHP
7 lines
171 B
PHP
<x-confirm-modal
|
|
name="delete-database"
|
|
:title="__('Confirm')"
|
|
:description="__('Are you sure that you want to delete this database?')"
|
|
method="delete"
|
|
/>
|