mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-02-14 16:28:40 +00:00
Reformat
This commit is contained in:
parent
a0d18a0344
commit
3daa4ac67e
|
|
@ -11,8 +11,9 @@
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
return ['Navigation' => [
|
return ['Navigation' => [
|
||||||
'List' => 'List',
|
'Dashboard' => 'Dashboard',
|
||||||
'Logs' => 'Logs',
|
'Exchange' => 'Exchange',
|
||||||
'Monitoring' => 'Monitoring',
|
'Export' => 'Export',
|
||||||
'Security' => 'Security',
|
'Import' => 'Import',
|
||||||
|
'Setup' => 'Setup',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ use phpOMS\Security\PhpCode;
|
||||||
use phpOMS\System\File\Local\Directory;
|
use phpOMS\System\File\Local\Directory;
|
||||||
use phpOMS\System\File\Local\File;
|
use phpOMS\System\File\Local\File;
|
||||||
|
|
||||||
$files = Directory::listByExtension(__DIR__ . '/../../../../phpOMS/', 'php');
|
$files = Directory::listByExtension(__DIR__ . '/../../../../phpOMS/', 'php', 'tests(\/|\\\)');
|
||||||
|
|
||||||
echo $this->getData('nav')->render(); ?>
|
echo $this->getData('nav')->render(); ?>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user