Feat: confirm scheduled tasks

This commit is contained in:
ayntk-ai
2024-09-04 19:44:10 +02:00
parent 7fe3b78d45
commit bbbd5cbaa1

View File

@@ -20,12 +20,13 @@
title="Confirm Scheduled Task Deletion?"
isErrorButton
buttonTitle="Delete"
isErrorButton
:actions="['You will delete the selected scheduled task.']"
submitAction="delete({{ $task->id }})"
: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"
shortConfirmationLabel="Scheduled Task Name"
confirmText="{{ $scheduledTaskName }}"
submitAction="delete({{ $task->id }})"
:confirmWithPassword="false"
step2ButtonText="Permanently Delete Scheduled Task"
/>
</div>
<div class="w-48">