Feat: confirm scheduled tasks
This commit is contained in:
@@ -20,12 +20,13 @@
|
|||||||
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.']"
|
||||||
|
confirmationText="{{ $task->name }}"
|
||||||
confirmationLabel="Please confirm the execution of the actions by entering the Scheduled Task Name below"
|
confirmationLabel="Please confirm the execution of the actions by entering the Scheduled Task Name below"
|
||||||
shortConfirmationLabel="Scheduled Task Name"
|
shortConfirmationLabel="Scheduled Task Name"
|
||||||
confirmText="{{ $scheduledTaskName }}"
|
:confirmWithPassword="false"
|
||||||
submitAction="delete({{ $task->id }})"
|
step2ButtonText="Permanently Delete Scheduled Task"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="w-48">
|
<div class="w-48">
|
||||||
|
|||||||
Reference in New Issue
Block a user