fixed select2 search in action update

This commit is contained in:
alejandro.campos@artica.es 2021-08-16 11:04:52 +02:00
parent 5acd64bbf7
commit 21e15752cf
1 changed files with 6 additions and 0 deletions

View File

@ -1156,6 +1156,12 @@ function show_display_update_action(id_module_action, alert_id, alert_id_agent_m
opacity: 0.5,
background: "black"
},
open: function() {
$("#action_select_ajax, #action_select_ajax").select2({
tags: true,
dropdownParent: $("#update_action-div")
});
},
width: 500,
height: 300
})