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

13 lines
499 B
PHP
Raw Normal View History

2024-08-30 18:00:04 +00:00
<x-modal-confirmation
2024-08-31 13:06:07 +00:00
title="Confirm Environment Deletion?"
2024-08-30 18:00:04 +00:00
buttonTitle="Delete Environment"
isErrorButton
2024-08-31 13:06:07 +00:00
submitAction="delete"
2024-08-30 18:00:04 +00:00
:actions="['This will delete the selected environment.']"
confirmationLabel="Please confirm the execution of the actions by entering the Environment Name below"
shortConfirmationLabel="Environment Name"
2024-08-31 13:06:07 +00:00
confirmationText="{{ $environmentName }}"
2024-09-02 17:27:21 +00:00
:confirmWithPassword="false"
step2ButtonText="Permanently Delete Environment"
2024-08-31 13:06:07 +00:00
/>