Merge branch 'ent-6334-10699-10652-Wizard-WMI-SNMP-no-añade-modulos-o-incluye-los-que-quiera' into 'develop'
fixed modules selection in agent wizard See merge request artica/pandorafms!3472
This commit is contained in:
commit
0c78b09891
|
@ -4759,7 +4759,7 @@ class AgentWizard extends HTML
|
|||
var imageInfoModules = $("#image-info-modules-" + blockNumber);
|
||||
var totalCount = 0;
|
||||
var markedCount = 0;
|
||||
var hidden_input = document.getElementById("hidden-module-active-"+switchName[2]+"_0-0");
|
||||
var hidden_input = document.getElementById("hidden-module-active-"+switchName[2]+"_"+switchName[3]);
|
||||
var id_input = hidden_input.id.split("_");
|
||||
if (type == 'block') {
|
||||
selectedBlock
|
||||
|
|
Loading…
Reference in New Issue