diff --git a/pandora_console/include/functions_reporting.php b/pandora_console/include/functions_reporting.php index 23bd930558..d5ef8e643e 100644 --- a/pandora_console/include/functions_reporting.php +++ b/pandora_console/include/functions_reporting.php @@ -5441,15 +5441,15 @@ function reporting_get_stats_alerts($data, $links = false) { $table_al = html_get_predefined_table(); $tdata = array(); - $tdata[0] = html_print_image('images/bell.png', true, array('title' => __('Defined alerts'))); + $tdata[0] = html_print_image('images/bell.png', true, array('title' => __('Defined alerts')), false, false, false, true); $tdata[1] = $data["monitor_alerts"] <= 0 ? '-' : $data["monitor_alerts"]; $tdata[1] = '' . $tdata[1] . ''; - if($data["monitor_alerts"]>$data["total_agents"] && !enterprise_installed()){ + if($data["monitor_alerts"] > $data["total_agents"] && !enterprise_installed()) { $tdata[2] = "