Merge branch 'ent-6999-No-aparece-la-cabecera-en-la-vista-de-clusterssi-no-hay-cluster-creado' into 'develop'

add deafult header

See merge request artica/pandorafms!3829
This commit is contained in:
Daniel Rodriguez 2021-04-06 17:32:31 +00:00
commit e6ad284b80
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