From e0fef1da42159fc62db128e8d48946a43b1b7f57 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 23 Sep 2025 21:24:51 +0200 Subject: [PATCH] Do not show empty placeholder when backupSite are still loading --- dashboard/src/views/BackupSitesView.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard/src/views/BackupSitesView.vue b/dashboard/src/views/BackupSitesView.vue index 3430dc76a..8d65817b6 100644 --- a/dashboard/src/views/BackupSitesView.vue +++ b/dashboard/src/views/BackupSitesView.vue @@ -25,7 +25,7 @@ const inputDialog = useTemplateRef('inputDialog'); const profile = ref({}); const sites = ref([]); -const busy = ref(false); +const busy = ref(true); const backupSiteAddDialog = useTemplateRef('backupSiteAddDialog'); function onAdd() { @@ -220,7 +220,7 @@ onMounted(async () => {
-
{{ $t('backup.sites.emptyPlaceholder') }}
+
{{ $t('backup.sites.emptyPlaceholder') }}