This commit is contained in:
Dennis Eichhorn 2018-05-20 09:59:17 +02:00
parent a0d18a0344
commit 3daa4ac67e
3 changed files with 51 additions and 50 deletions

View File

@ -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',
]]; ]];

View File

@ -11,51 +11,51 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
return ['Monitoring' => [ return ['Monitoring' => [
'Alerts' => 'Alerts', 'Alerts' => 'Alerts',
'All' => 'All', 'All' => 'All',
'Backtrace' => 'Backtrace', 'Backtrace' => 'Backtrace',
'CPUUsage' => 'CPU Usage', 'CPUUsage' => 'CPU Usage',
'Created' => 'Created', 'Created' => 'Created',
'CreatedBy' => 'Created By', 'CreatedBy' => 'Created By',
'Criticals' => 'Criticals', 'Criticals' => 'Criticals',
'Debug' => 'Debug', 'Debug' => 'Debug',
'Deprecated' => 'Deprecated', 'Deprecated' => 'Deprecated',
'Description' => 'Description', 'Description' => 'Description',
'DisabledFunctions' => 'Disabled Functions', 'DisabledFunctions' => 'Disabled Functions',
'DiskUsage' => 'DiskUsage', 'DiskUsage' => 'DiskUsage',
'Emergencies' => 'Emergencies', 'Emergencies' => 'Emergencies',
'Errors' => 'Errors', 'Errors' => 'Errors',
'Exception' => 'Exception', 'Exception' => 'Exception',
'File' => 'File', 'File' => 'File',
'Info' => 'Info', 'Info' => 'Info',
'Inspect' => 'Inspect', 'Inspect' => 'Inspect',
'Inspection' => 'Inspection', 'Inspection' => 'Inspection',
'Integrity' => 'Integrity', 'Integrity' => 'Integrity',
'Level' => 'Level', 'Level' => 'Level',
'Line' => 'Line', 'Line' => 'Line',
'Logs' => 'Logs', 'Logs' => 'Logs',
'MemoryLimit' => 'Memory Limit', 'MemoryLimit' => 'Memory Limit',
'Message' => 'Message', 'Message' => 'Message',
'Modified' => 'Modified', 'Modified' => 'Modified',
'NG' => 'NG', 'NG' => 'NG',
'Notices' => 'Notices', 'Notices' => 'Notices',
'Status' => 'Status', 'Status' => 'Status',
'System' => 'System', 'System' => 'System',
'Total' => 'Total', 'Total' => 'Total',
'OK' => 'OK', 'OK' => 'OK',
'OS' => 'OS', 'OS' => 'OS',
'Penetrators' => 'Penetrators', 'Penetrators' => 'Penetrators',
'PHPSettings' => 'PHP Settings', 'PHPSettings' => 'PHP Settings',
'RAMUsage' => 'RAM Usage', 'RAMUsage' => 'RAM Usage',
'Release' => 'Release', 'Release' => 'Release',
'Report' => 'Report', 'Report' => 'Report',
'Source' => 'Source', 'Source' => 'Source',
'SystemRAM' => 'System RAM', 'SystemRAM' => 'System RAM',
'Theme' => 'Theme', 'Theme' => 'Theme',
'Time' => 'Time', 'Time' => 'Time',
'Timestamp' => 'Timestamp', 'Timestamp' => 'Timestamp',
'Unicode' => 'Unicode', 'Unicode' => 'Unicode',
'Uri' => 'Uri', 'Uri' => 'Uri',
'Version' => 'Version', 'Version' => 'Version',
'Warnings' => 'Warnings', 'Warnings' => 'Warnings',
]]; ]];

View File

@ -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(); ?>