diff --git a/pandora_console/include/functions_reporting_html.php b/pandora_console/include/functions_reporting_html.php index 8b5cb3d917..e1e68b94f0 100644 --- a/pandora_console/include/functions_reporting_html.php +++ b/pandora_console/include/functions_reporting_html.php @@ -5986,8 +5986,14 @@ function reporting_get_events($data, $links=false) $table_events->size[2] = '10%'; $table_events->size[3] = '10%'; - $event_view = '
- '.__('Important Events by Criticity').''.html_print_table($table_events, true).'
'; + $tooltip = ui_print_help_tip( + __( + "Event count corresponds to events within the last hour" + ), + true + ); + + $event_view = '
'.__('Important Events by Criticity').$tooltip.''.html_print_table($table_events, true).'
'; } return $event_view;