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
|
|
|
/>
|