2023-07-28 11:31:47 +00:00
|
|
|
<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>
|
2023-08-08 09:51:36 +00:00
|
|
|
<x-forms.button isError isModal modalId="deleteEnvironment"> Delete Environment</x-forms.button>
|
2023-05-23 08:15:12 +00:00
|
|
|
</div>
|