refactor(file-storage): add loadStorageOnServer method for improved error handling

This commit is contained in:
Andras Bacsai
2025-03-28 21:05:34 +01:00
parent 0b41378014
commit 7686ebfd6c
2 changed files with 13 additions and 1 deletions

View File

@@ -39,6 +39,7 @@
confirmationLabel="Please confirm the execution of the actions by entering the Filepath below"
shortConfirmationLabel="Filepath" :confirmWithPassword="false" step2ButtonText="Convert to directory" />
@endif
<x-forms.button type="button" wire:click="loadStorageOnServer">Load from server</x-forms.button>
<x-modal-confirmation :ignoreWire="false" title="Confirm File Deletion?" buttonTitle="Delete"
isErrorButton submitAction="delete" :checkboxes="$fileDeletionCheckboxes" :actions="['The selected file will be permanently deleted from the container.']"
confirmationText="{{ $fs_path }}"