fix tablelisting of backup-storages

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2023-07-27 16:58:22 +02:00
parent ab82695806
commit a86c8535e0
3 changed files with 5 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ return [
'title' => lng('backup.backup_storages.list'),
'icon' => 'fa-solid fa-file-archive',
'self_overview' => ['section' => 'backups', 'page' => 'storages'],
'default_sorting' => ['loginname' => 'asc'],
'default_sorting' => ['description' => 'asc'],
'columns' => [
'id' => [
'label' => 'ID',