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

15 lines
560 B
PHP
Raw Normal View History

2024-08-30 18:00:04 +00:00
<x-modal-confirmation
title="Confirm Delete Environment?"
buttonTitle="Delete Environment"
isErrorButton
action="delete_environment"
:actions="['This will delete the selected environment.']"
confirmationLabel="Please confirm the execution of the actions by entering the Environment Name below"
shortConfirmationLabel="Environment Name"
submitAction="delete_environment"
buttonTitle="Delete Environment"
confirmText="{{ $environmentName }}"
step3ButtonText="Permanently Delete Environment"
>
2024-03-20 11:54:06 +00:00
</x-modal-confirmation>