WIP more delete confirmations
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
<x-modal-confirmation isErrorButton buttonTitle="Delete Environment" disabled="{{ $disabled }}">
|
||||
This environment will be deleted. It is not reversible. <br>Please think again.
|
||||
<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"
|
||||
>
|
||||
</x-modal-confirmation>
|
||||
|
||||
Reference in New Issue
Block a user