added a few more entities to globalsearch (admin-side)

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-03-20 09:53:30 +01:00
parent 860306b855
commit 59682ba620
9 changed files with 331 additions and 165 deletions

View File

@@ -240,7 +240,6 @@ return array(
),
'server_php' => array(
'label' => $lng['admin']['server_php'],
'required_resources' => 'change_serversettings',
'icon' => 'fab fa-php',
'elements' => array(
array(
@@ -251,7 +250,6 @@ return array(
array(
'url' => 'admin_phpsettings.php?page=fpmdaemons',
'label' => $lng['menue']['phpsettings']['fpmdaemons'],
'required_resources' => 'change_serversettings',
'show_element' => \Froxlor\Settings::Get('phpfpm.enabled') == true
),
array(