update backups

Signed-off-by: Maurice Preuß (envoyr) <envoyr@froxlor.org>
This commit is contained in:
Maurice Preuß (envoyr)
2023-06-07 20:51:53 +02:00
parent 981d7f3d9a
commit a9c613e71c
11 changed files with 666 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ return [
'backups_add' => [
'title' => lng('backups.backups_add'),
'image' => 'fa-solid fa-file-archive',
'self_overview' => ['section' => 'backups', 'page' => 'backups'],
'self_overview' => ['section' => 'backups', 'page' => 'storages'],
'sections' => []
],
];

View File

@@ -27,7 +27,7 @@ return [
'backups_restore' => [
'title' => lng('backups.backups_restore'),
'image' => 'fa-solid fa-file-archive',
'self_overview' => ['section' => 'backups', 'page' => 'backups'],
'self_overview' => ['section' => 'backups', 'page' => 'storages'],
'sections' => []
],
];