Show backup preserved icon in the beginning of the row

This commit is contained in:
Johannes Zellner
2025-07-15 19:01:21 +02:00
parent 4a537dde1a
commit 8564105ee3

View File

@@ -25,6 +25,7 @@ const tasksModel = TasksModel.create();
const dashboardModel = DashboardModel.create();
const columns = {
preserveSecs: {}, // archived
packageVersion: {
label: t('backups.listing.version'),
sort: true,
@@ -34,7 +35,6 @@ const columns = {
label: t('main.table.date'),
sort: true
},
preserveSecs: {}, // archived
content: {
label: t('backups.listing.contents'),
sort: false,