delete environment confirmation

This commit is contained in:
ayntk-ai
2024-08-31 15:06:07 +02:00
parent a3dd48de1d
commit 830c047ccf
2 changed files with 11 additions and 7 deletions

View File

@@ -1,14 +1,12 @@
<x-modal-confirmation
title="Confirm Delete Environment?"
title="Confirm Environment Deletion?"
buttonTitle="Delete Environment"
isErrorButton
action="delete_environment"
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"
submitAction="delete_environment"
buttonTitle="Delete Environment"
confirmText="{{ $environmentName }}"
confirmationText="{{ $environmentName }}"
step3ButtonText="Permanently Delete Environment"
>
</x-modal-confirmation>
/>