mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-18 04:59:31 +00:00
6 lines
230 B
PHP
6 lines
230 B
PHP
<div x-data="{ deleteApplication: false }">
|
|
<h2>Danger Zone</h2>
|
|
<x-naked-modal show="deleteApplication" />
|
|
<x-forms.button x-on:click.prevent="deleteApplication = true">Delete this application</x-forms.button>
|
|
</div>
|