Show backup preserved icon in the beginning of the row
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user