fixed error in massive agent operations in metaconsole

This commit is contained in:
alejandro.campos@artica.es 2023-02-09 17:15:07 +01:00
parent 01acebf1eb
commit 73db9c7088
1 changed files with 6 additions and 0 deletions

View File

@ -110,6 +110,12 @@ function form_controls_massive_operations_agents(metaconsole) {
$("#id_group").trigger("change"); $("#id_group").trigger("change");
}); });
if (metaconsole == 1) {
$("#nodes").change(function() {
disabled = $("#disabled").val();
});
}
var nodes; var nodes;
$("#nodes").change(function() { $("#nodes").change(function() {
nodes = $("#nodes").val(); nodes = $("#nodes").val();