Merge branch 'ent-6167-fallo-wizard-procesos' into 'develop'
Fixed wizard snmp process module process field See merge request artica/pandorafms!3396
This commit is contained in:
commit
5deb7e6297
|
@ -3001,6 +3001,8 @@ class AgentWizard extends HTML
|
||||||
$module['name']
|
$module['name']
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$newModule['name_oid'] = str_replace('"', '', $tmpSecond[3]);
|
||||||
|
|
||||||
// Add this new module to the module list.
|
// Add this new module to the module list.
|
||||||
$moduleBlocks[] = $newModule;
|
$moduleBlocks[] = $newModule;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue