Hide log report in metaconsole
This commit is contained in:
parent
1425b09683
commit
ff96281fe4
|
@ -876,7 +876,7 @@ function reports_get_report_types($template=false, $not_editor=false)
|
|||
];
|
||||
}
|
||||
|
||||
if ($config['enterprise_installed'] && $template === false) {
|
||||
if ($config['enterprise_installed'] && $template === false && !is_metaconsole()) {
|
||||
$types['event_report_log'] = [
|
||||
'optgroup' => __('Log'),
|
||||
'name' => __('Log report'),
|
||||
|
|
Loading…
Reference in New Issue