diff --git a/pandora_console/include/functions_reporting.php b/pandora_console/include/functions_reporting.php index c16b7ee830..9a1d52597f 100644 --- a/pandora_console/include/functions_reporting.php +++ b/pandora_console/include/functions_reporting.php @@ -1847,18 +1847,22 @@ function reporting_get_stats_alerts($data, $links = false) { $table_al->rowclass[] = ''; $table_al->data[] = $tdata; - if(!defined('METACONSOLE')){ + if (!defined('METACONSOLE')) { $output = '
'; - }else{ + } + else { + // Remove the defined alerts cause with the new cache table is difficult to retrieve them + unset($table_al->data[0][0], $table_al->data[0][1]); + $table_al->class = "tactical_view"; $table_al->style = array(); $output = ''; }