Show storage target in backup listings
This commit is contained in:
@@ -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;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user