Removed the information about the defined alerts for the metaconsole (again)
This commit is contained in:
parent
137acdb232
commit
837667b441
|
@ -5046,12 +5046,16 @@ function reporting_get_stats_alerts($data, $links = false) {
|
||||||
__('Defined and fired alerts') .
|
__('Defined and fired alerts') .
|
||||||
'</legend>' .
|
'</legend>' .
|
||||||
html_print_table($table_al, true) . '</fieldset>';
|
html_print_table($table_al, true) . '</fieldset>';
|
||||||
}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->class = "tactical_view";
|
||||||
$table_al->style = array();
|
$table_al->style = array();
|
||||||
$output = '<fieldset class="tactical_set">
|
$output = '<fieldset class="tactical_set">
|
||||||
<legend>' .
|
<legend>' .
|
||||||
__('Defined and fired alerts') .
|
__('Fired alerts') .
|
||||||
'</legend>' .
|
'</legend>' .
|
||||||
html_print_table($table_al, true) . '</fieldset>';
|
html_print_table($table_al, true) . '</fieldset>';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue