feat: use new backup deletion functions

This commit is contained in:
peaklabs-dev
2025-01-13 16:38:16 +01:00
parent fb01aed6d5
commit a8b77b389a
3 changed files with 40 additions and 74 deletions

View File

@@ -47,6 +47,7 @@
@endif
<x-modal-confirmation title="Confirm Backup Deletion?" buttonTitle="Delete" isErrorButton
submitAction="deleteBackup({{ data_get($execution, 'id') }})"
:checkboxes="$checkboxes"
:actions="['This backup will be permanently deleted from local storage.']" confirmationText="{{ data_get($execution, 'filename') }}"
confirmationLabel="Please confirm the execution of the actions by entering the Backup Filename below"
shortConfirmationLabel="Backup Filename" step3ButtonText="Permanently Delete" />