Merge branch 'ent-7542-11882-Buscador-de-acciones-no-funciona' into 'develop'
Ent 7542 11882 buscador de acciones no funciona See merge request artica/pandorafms!4343
This commit is contained in:
commit
44dcdb03bc
|
@ -1120,6 +1120,12 @@ function show_add_action(id_alert) {
|
||||||
opacity: 0.5,
|
opacity: 0.5,
|
||||||
background: "black"
|
background: "black"
|
||||||
},
|
},
|
||||||
|
open: function() {
|
||||||
|
$("#action_select, #action_select").select2({
|
||||||
|
tags: true,
|
||||||
|
dropdownParent: $("#add_action-div-" + id_alert)
|
||||||
|
});
|
||||||
|
},
|
||||||
width: 500,
|
width: 500,
|
||||||
height: 300
|
height: 300
|
||||||
})
|
})
|
||||||
|
@ -1150,6 +1156,12 @@ function show_display_update_action(id_module_action, alert_id, alert_id_agent_m
|
||||||
opacity: 0.5,
|
opacity: 0.5,
|
||||||
background: "black"
|
background: "black"
|
||||||
},
|
},
|
||||||
|
open: function() {
|
||||||
|
$("#action_select_ajax, #action_select_ajax").select2({
|
||||||
|
tags: true,
|
||||||
|
dropdownParent: $("#update_action-div")
|
||||||
|
});
|
||||||
|
},
|
||||||
width: 500,
|
width: 500,
|
||||||
height: 300
|
height: 300
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue