From 1767f942b8ccf2a21662353bb90bf67614b71d6d Mon Sep 17 00:00:00 2001 From: Jonathan Date: Tue, 20 Jun 2023 13:16:32 +0200 Subject: [PATCH] #11626 alert detail actions name --- pandora_console/godmode/alerts/alert_view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/godmode/alerts/alert_view.php b/pandora_console/godmode/alerts/alert_view.php index e8b906b220..0e9f90438c 100644 --- a/pandora_console/godmode/alerts/alert_view.php +++ b/pandora_console/godmode/alerts/alert_view.php @@ -327,7 +327,7 @@ if (count($actions) == 1 && isset($actions[0])) { foreach ($action['escalation'] as $k => $v) { if ($v > 0) { - $table->data[$kaction][$k] = html_print_image( + $table->data[$kaction][$k] .= html_print_image( 'images/tick.png', true, ['class' => 'invert_filter']