From 8564105ee3970527ea56460cd8a7c86cf4b4e0f1 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 15 Jul 2025 19:01:21 +0200 Subject: [PATCH] Show backup preserved icon in the beginning of the row --- dashboard/src/components/BackupList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/components/BackupList.vue b/dashboard/src/components/BackupList.vue index 0096cb99b..b5b9f1afa 100644 --- a/dashboard/src/components/BackupList.vue +++ b/dashboard/src/components/BackupList.vue @@ -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,