Fix ordering of columns

This commit is contained in:
Girish Ramakrishnan
2025-10-01 12:49:09 +02:00
parent 70953333d2
commit f44ff12a5f
3 changed files with 13 additions and 13 deletions

View File

@@ -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,