mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
9 lines
366 B
PHP
9 lines
366 B
PHP
<div>
|
|
<x-modal yesOrNo modalId="deleteEnvironment" modalTitle="Delete Environment">
|
|
<x-slot:modalBody>
|
|
<p>This environment will be deleted. It is not reversible. <br>Please think again.</p>
|
|
</x-slot:modalBody>
|
|
</x-modal>
|
|
<x-forms.button isError isModal modalId="deleteEnvironment"> Delete Environment </x-forms.button>
|
|
</div>
|