Fix ordering of columns
This commit is contained in:
@@ -34,14 +34,14 @@ const columns = ref({
|
||||
label: t('app.backups.backups.packageVersion'),
|
||||
sort: true,
|
||||
},
|
||||
creationTime: {
|
||||
label: t('app.backups.backups.time'),
|
||||
sort: true,
|
||||
},
|
||||
site: {
|
||||
label: t('backup.target.label'),
|
||||
sort: true,
|
||||
},
|
||||
creationTime: {
|
||||
label: t('app.backups.backups.time'),
|
||||
sort: true,
|
||||
},
|
||||
actions: {
|
||||
label: '',
|
||||
sort: false,
|
||||
|
||||
Reference in New Issue
Block a user