Files
coolify/resources/views/livewire/project/delete-environment.blade.php
2024-08-31 15:06:07 +02:00

13 lines
503 B
PHP

<x-modal-confirmation
title="Confirm Environment Deletion?"
buttonTitle="Delete Environment"
isErrorButton
submitAction="delete"
:actions="['This will delete the selected environment.']"
confirmationLabel="Please confirm the execution of the actions by entering the Environment Name below"
shortConfirmationLabel="Environment Name"
buttonTitle="Delete Environment"
confirmationText="{{ $environmentName }}"
step3ButtonText="Permanently Delete Environment"
/>