Various mobile overflow fixes
This commit is contained in:
@@ -23,9 +23,20 @@ const domainsModel = DomainsModel.create();
|
||||
|
||||
const columns = {
|
||||
icon: {}, // archived
|
||||
location: { label: t('backups.archives.location'), sort: true },
|
||||
info: { label: t('backups.archives.info'), sort: false },
|
||||
creationTime: { label: t('main.table.date'), sort: true },
|
||||
location: {
|
||||
label: t('backups.archives.location'),
|
||||
sort: true
|
||||
},
|
||||
info: {
|
||||
label: t('backups.archives.info'),
|
||||
sort: false,
|
||||
hideMobile: true,
|
||||
},
|
||||
creationTime: {
|
||||
label: t('main.table.date'),
|
||||
sort: true,
|
||||
hideMobile: true,
|
||||
},
|
||||
actions: {}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user