From dfe5b6b1f28ca6b0dcced4bee2fe569af6b2e43c Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 9 Oct 2025 11:58:16 +0200 Subject: [PATCH] Fixup backup site config dialog to handle S3 --- .../src/components/BackupProviderForm.vue | 6 +- .../src/components/BackupSiteConfigDialog.vue | 142 ++++++++++++------ .../components/BackupSiteContentDialog.vue | 2 + dashboard/src/views/BackupSitesView.vue | 2 +- 4 files changed, 104 insertions(+), 48 deletions(-) diff --git a/dashboard/src/components/BackupProviderForm.vue b/dashboard/src/components/BackupProviderForm.vue index 26da4a859..cb6288b45 100644 --- a/dashboard/src/components/BackupProviderForm.vue +++ b/dashboard/src/components/BackupProviderForm.vue @@ -129,15 +129,15 @@ onMounted(async () => { - - - + + + diff --git a/dashboard/src/components/BackupSiteConfigDialog.vue b/dashboard/src/components/BackupSiteConfigDialog.vue index 74879553d..a07563026 100644 --- a/dashboard/src/components/BackupSiteConfigDialog.vue +++ b/dashboard/src/components/BackupSiteConfigDialog.vue @@ -1,9 +1,9 @@