added check whto skip alert creation table printing in cluster alert only when step is 5

This commit is contained in:
alejandro-campos 2018-10-10 18:54:46 +02:00
parent ba419ad246
commit 7fcbc6ece9
1 changed files with 2 additions and 1 deletions

View File

@ -138,7 +138,8 @@ if (check_acl ($config['id_user'], 0, "LM")) {
echo '<form class="add_alert_form" method="post">';
html_print_table ($table);
if (!isset($step) || $step!=5)
html_print_table ($table);
echo '<div class="action-buttons" style="width: '.$table->width.'">';