Merge branch 'ent-10359-GUARDIA-15007-No-se-visualizan-agentes-deshabilitados-en-operaciones-masivas-en-meta-sin-usar-opcion-Show-agents' into 'develop'
fixed error in massive agent operations in metaconsole See merge request artica/pandorafms!5527
This commit is contained in:
commit
857c84f034
|
@ -110,6 +110,16 @@ function form_controls_massive_operations_agents(metaconsole) {
|
|||
$("#id_group").trigger("change");
|
||||
});
|
||||
|
||||
if (metaconsole == 1) {
|
||||
$("#nodes").change(function() {
|
||||
disabled = $("#disabled").val();
|
||||
});
|
||||
|
||||
$("#id_group").change(function() {
|
||||
disabled = $("#disabled").val();
|
||||
});
|
||||
}
|
||||
|
||||
var nodes;
|
||||
$("#nodes").change(function() {
|
||||
nodes = $("#nodes").val();
|
||||
|
|
Loading…
Reference in New Issue