diff --git a/dashboard/src/components/BackupProviderForm.vue b/dashboard/src/components/BackupProviderForm.vue index ae6a9e40c..da6ea1a4f 100644 --- a/dashboard/src/components/BackupProviderForm.vue +++ b/dashboard/src/components/BackupProviderForm.vue @@ -79,6 +79,7 @@ async function getBlockDevices() { if (error) return console.error(error); + console.log(providerConfig.value) // amend label for UI result.forEach(d => { d.label = d.path; diff --git a/dashboard/src/views/BackupTargetsView.vue b/dashboard/src/views/BackupTargetsView.vue index 567f34770..ea54bced8 100644 --- a/dashboard/src/views/BackupTargetsView.vue +++ b/dashboard/src/views/BackupTargetsView.vue @@ -25,12 +25,10 @@ const targets = ref([]); const columns = { primary: { - label: '', - width: '40px', - sort: true + width: '30px', }, status: { - width: '40px', + width: '30px', }, provider: { label: 'Provider',