coolify/resources/views/livewire/project/delete-environment.blade.php

4 lines
205 B
PHP
Raw Normal View History

2024-03-20 12:54:06 +01:00
<x-modal-confirmation isErrorButton buttonTitle="Delete Environment" disabled="{{ $disabled }}">
2024-01-31 14:18:59 +01:00
This environment will be deleted. It is not reversible. <br>Please think again.
2024-03-20 12:54:06 +01:00
</x-modal-confirmation>