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

@@ -95,7 +95,7 @@ return [
'title' => lng('panel.edit'),
'href' => [
'section' => 'backups',
'page' => 'backups',
'page' => 'storages',
'action' => 'edit',
'id' => ':id'
],
@@ -106,7 +106,7 @@ return [
'class' => 'btn-danger',
'href' => [
'section' => 'backups',
'page' => 'backups',
'page' => 'storages',
'action' => 'delete',
'id' => ':id'
],