mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
Merge branch 'ent-9994-no-selecciona-module-group-correctamente-al-crear-un-modulo' into 'develop'
Ent 9994 no selecciona module group correctamente al crear un modulo See merge request artica/pandorafms!5346
This commit is contained in:
commit
9881cd82fc
@ -380,6 +380,7 @@ function configure_modules_form() {
|
||||
$("#text-snmp_oid").val(js_html_entity_decode(data["snmp_oid"]));
|
||||
$("#oid, img#edit_oid").hide();
|
||||
$("#id_module_group").val(data["id_module_group"]);
|
||||
$("#id_module_group").trigger("change");
|
||||
$("#max_timeout").attr("value", data["max_timeout"]);
|
||||
$("#max_retries").attr("value", data["max_retries"]);
|
||||
if (data["id_plugin"] != undefined) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user