'', 'label' => __('Issues'), ], [ 'link' => '', 'label' => __('Statistics'), ], ] ); if (!$config['integria_enabled']) { ui_print_error_message(__('In order to access ticket management system, integration with Integria IMS must be enabled and properly configured')); exit; } echo '
'.__('Incidents by status').''; echo graph_incidents_status(); echo ' | '.__('Incidents by priority').''; echo grafico_incidente_prioridad(); echo ' |
'.__('Incidents by group').''; echo graphic_incident_group(); echo ' | '.__('Incidents by user').''; echo graphic_incident_user(); echo ' |