#10324 fixed error 500

This commit is contained in:
Daniel Cebrian 2023-03-13 12:57:09 +01:00
parent 596ade6d37
commit 339d7e8bfe
1 changed files with 38 additions and 16 deletions

View File

@ -315,6 +315,7 @@ if (is_metaconsole() === false) {
} }
} }
if ($loaded_filter['id_filter'] > 0) {
// Header. // Header.
ui_print_standard_header( ui_print_standard_header(
__('Monitor detail').$subpage, __('Monitor detail').$subpage,
@ -335,6 +336,27 @@ ui_print_standard_header(
], ],
$fav_menu $fav_menu
); );
} else {
// Header.
ui_print_standard_header(
__('Monitor detail').$subpage,
'images/agent.png',
false,
'',
true,
$buttons,
[
[
'link' => '',
'label' => __('Monitoring'),
],
[
'link' => '',
'label' => __('Views'),
],
],
);
}
$all_groups = []; $all_groups = [];