diff --git a/dashboard/src/components/SystemBackupList.vue b/dashboard/src/components/SystemBackupList.vue index a5e4fbdde..5fbf80b36 100644 --- a/dashboard/src/components/SystemBackupList.vue +++ b/dashboard/src/components/SystemBackupList.vue @@ -315,7 +315,7 @@ defineExpose({ refresh }); {{ content.label }} {{ content.label || content.fqdn }} {{ content.id }} -  {{ prettyFileSize(content.stats.size) }} - {{ content.stats.fileCount }} file(s) +  {{ prettyFileSize(content.stats.upload.size) }} - {{ content.stats.upload.fileCount }} file(s) @@ -360,7 +360,7 @@ defineExpose({ refresh }); diff --git a/dashboard/src/components/app/Backups.vue b/dashboard/src/components/app/Backups.vue index 62daa29c8..adf6161f1 100644 --- a/dashboard/src/components/app/Backups.vue +++ b/dashboard/src/components/app/Backups.vue @@ -425,7 +425,7 @@ onMounted(async () => { {{ backup.site.name }}