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