mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
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");
|
$("#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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user