diff --git a/pandora_console/godmode/alerts/alert_list.builder.php b/pandora_console/godmode/alerts/alert_list.builder.php index fc2b3574c4..85ce6c3c02 100644 --- a/pandora_console/godmode/alerts/alert_list.builder.php +++ b/pandora_console/godmode/alerts/alert_list.builder.php @@ -138,7 +138,8 @@ if (check_acl ($config['id_user'], 0, "LM")) { echo '
'; -html_print_table ($table); +if (!isset($step) || $step!=5) + html_print_table ($table); echo '
';