mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
#11626 alert detail actions name
This commit is contained in:
parent
305f9a9d5c
commit
1767f942b8
@ -327,7 +327,7 @@ if (count($actions) == 1 && isset($actions[0])) {
|
|||||||
|
|
||||||
foreach ($action['escalation'] as $k => $v) {
|
foreach ($action['escalation'] as $k => $v) {
|
||||||
if ($v > 0) {
|
if ($v > 0) {
|
||||||
$table->data[$kaction][$k] = html_print_image(
|
$table->data[$kaction][$k] .= html_print_image(
|
||||||
'images/tick.png',
|
'images/tick.png',
|
||||||
true,
|
true,
|
||||||
['class' => 'invert_filter']
|
['class' => 'invert_filter']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user