diff --git a/pandora_console/godmode/alerts/alert_list.list.php b/pandora_console/godmode/alerts/alert_list.list.php index 0bd26e3439..0df61ee1c2 100644 --- a/pandora_console/godmode/alerts/alert_list.list.php +++ b/pandora_console/godmode/alerts/alert_list.list.php @@ -1333,10 +1333,9 @@ function show_display_update_action(id_module_action, alert_id, alert_id_agent_m }, open: function() { $(`#update_action-div-${alert_id}`).css('overflow', 'hidden'); - //$(`#action_select_ajax-${alert_id}`).select2({ - // tags: true, - // dropdownParent: $(`#update_action-div-${alert_id}`) - //}); + $(`#update_action-div-${alert_id} select`).select2({ + dropdownParent: $(this).parent() + }); }, width: 600, height: 350