style apikeys and integrity-check

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-03-14 12:36:53 +01:00
parent 05cc08c376
commit 21228b5359
6 changed files with 92 additions and 19 deletions

View File

@@ -62,6 +62,7 @@ return [
'icon' => 'fa fa-eye',
'title' => $lng['apikeys']['clicktoview'],
'href' => [
'section' => 'index',
'page' => 'apikeys',
'action' => '#',
'id' => ':id'
@@ -72,13 +73,14 @@ return [
'title' => $lng['panel']['delete'],
'class' => 'text-danger',
'href' => [
'section' => 'index',
'page' => 'apikeys',
'action' => 'delete',
'id' => ':id'
],
],
],
'callback' => [
'format_callback' => [
[Style::class, 'invalidApiKey']
]
]