diff --git a/dashboard/src/components/SystemBackupList.vue b/dashboard/src/components/SystemBackupList.vue index 08a0301cd..149ac5b38 100644 --- a/dashboard/src/components/SystemBackupList.vue +++ b/dashboard/src/components/SystemBackupList.vue @@ -47,6 +47,7 @@ const columns = { size: { label: t('backup.target.size'), sort: true, + hideMobile: true, }, creationTime: { label: t('main.table.date'),