fixed error in massive agent operations in metaconsole
This commit is contained in:
parent
01acebf1eb
commit
73db9c7088
|
@ -110,6 +110,12 @@ function form_controls_massive_operations_agents(metaconsole) {
|
|||
$("#id_group").trigger("change");
|
||||
});
|
||||
|
||||
if (metaconsole == 1) {
|
||||
$("#nodes").change(function() {
|
||||
disabled = $("#disabled").val();
|
||||
});
|
||||
}
|
||||
|
||||
var nodes;
|
||||
$("#nodes").change(function() {
|
||||
nodes = $("#nodes").val();
|
||||
|
|
Loading…
Reference in New Issue