diff --git a/pandora_console/operation/events/events.php b/pandora_console/operation/events/events.php index d1d653777a..b1246b848c 100644 --- a/pandora_console/operation/events/events.php +++ b/pandora_console/operation/events/events.php @@ -2393,6 +2393,14 @@ try { ]; } + $comment_id = array_search('user_comment', $fields); + if ($comment_id !== false) { + $fields[$comment_id] = [ + 'text' => 'user_comment', + 'class' => 'w180px', + ]; + } + // Always add options column. $fields = array_merge( $fields,