Feat: confirm scheduled tasks
This commit is contained in:
parent
7fe3b78d45
commit
bbbd5cbaa1
1 changed files with 10 additions and 9 deletions
|
|
@ -17,15 +17,16 @@
|
||||||
Save
|
Save
|
||||||
</x-forms.button>
|
</x-forms.button>
|
||||||
<x-modal-confirmation
|
<x-modal-confirmation
|
||||||
title="Confirm Scheduled Task Deletion?"
|
title="Confirm Scheduled Task Deletion?"
|
||||||
isErrorButton
|
isErrorButton
|
||||||
buttonTitle="Delete"
|
buttonTitle="Delete"
|
||||||
isErrorButton
|
submitAction="delete({{ $task->id }})"
|
||||||
:actions="['You will delete the selected scheduled task.']"
|
:actions="['The selected scheduled task will be permanently deleted.']"
|
||||||
confirmationLabel="Please confirm the execution of the actions by entering the Scheduled Task Name below"
|
confirmationText="{{ $task->name }}"
|
||||||
shortConfirmationLabel="Scheduled Task Name"
|
confirmationLabel="Please confirm the execution of the actions by entering the Scheduled Task Name below"
|
||||||
confirmText="{{ $scheduledTaskName }}"
|
shortConfirmationLabel="Scheduled Task Name"
|
||||||
submitAction="delete({{ $task->id }})"
|
:confirmWithPassword="false"
|
||||||
|
step2ButtonText="Permanently Delete Scheduled Task"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="w-48">
|
<div class="w-48">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue