mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
8 lines
339 B
PHP
8 lines
339 B
PHP
<div x-data="{ deleteEnvironment: false }">
|
|
<x-naked-modal show="deleteEnvironment" title="Delete Environment"
|
|
message='This environment will be deleted. It is not reversible. <br>Please think again.' />
|
|
<x-forms.button x-on:click.prevent="deleteEnvironment = true">
|
|
Delete Environment
|
|
</x-forms.button>
|
|
</div>
|