diff --git a/pandora_console/godmode/alerts/alert_list.list.php b/pandora_console/godmode/alerts/alert_list.list.php index 5f25b79a10..51624effc3 100644 --- a/pandora_console/godmode/alerts/alert_list.list.php +++ b/pandora_console/godmode/alerts/alert_list.list.php @@ -844,9 +844,11 @@ foreach ($simple_alerts as $alert) { ['title' => __('Add action')] ); } else { - $data[4] .= ''; - $data[4] .= html_print_image('images/add.png', true, ['title' => __('Add action')]); - $data[4] .= ''; + if ((int) $alert['id_policy_alerts'] === 0) { + $data[4] .= ''; + $data[4] .= html_print_image('images/add.png', true, ['title' => __('Add action')]); + $data[4] .= ''; + } } }