fix indexing after deletion and make sure init script is removed form the server

This commit is contained in:
peaklabs-dev
2024-10-18 20:51:51 +02:00
parent 907c6cc4e5
commit 7f393eb2c2
2 changed files with 31 additions and 9 deletions

View File

@@ -4,7 +4,7 @@
<x-forms.button type="submit">Save</x-forms.button>
<x-modal-confirmation title="Confirm init-script deletion?" buttonTitle="Delete" isErrorButton
submitAction="delete" :actions="[
'The init-script of this database will be permanently deleted.',
'The init-script of this database will be permanently deleted form the database and the server.',
'If you are actively using this init-script, it could cause errors on redeployment.',
]" confirmationText="{{ $filename }}"
confirmationLabel="Please confirm the execution of the actions by entering the init-script name below"