add deafult header

This commit is contained in:
marcos 2021-02-10 16:27:29 +01:00
parent 40852de906
commit b44d998034
1 changed files with 8 additions and 0 deletions

View File

@ -24,6 +24,14 @@ if (! check_acl($config['id_user'], 0, 'AR') && ! check_acl($config['id_user'],
return;
}
\ui_print_page_header(
__('Monitoring').' » '.__('Clusters'),
'images/chart.png',
false,
'',
false
);
ui_require_css_file('first_task');
?>
<?php