diff --git a/pandora_console/operation/events/events.php b/pandora_console/operation/events/events.php index 67319b172c..efaaa91820 100644 --- a/pandora_console/operation/events/events.php +++ b/pandora_console/operation/events/events.php @@ -1260,8 +1260,11 @@ try { // Get column names. $column_names = events_get_column_names($fields, true); - // First column name has a padding - $column_names[0]['style'] = 'padding-left: 1em !important;'; + foreach ($column_names as $key => $column) { + if (is_array($column) && $column['text'] == 'S') { + $column_names[$key]['style'] = 'padding-left: 1em !important;'; + } + } // Open current filter quick reference. $active_filters_div = '