Show storage target in backup listings

This commit is contained in:
Johannes Zellner
2025-08-19 14:32:27 +02:00
parent 3068ed75ee
commit 950bdb5b76
2 changed files with 18 additions and 3 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ const columns = {
hideMobile: true,
},
target: {
label: 'Storage',
label: t('backup.target.label'),
sort(a, b) {
return b.name <= a.name ? 1 : -1;
},