fixed automatic graph templates reports #8383
This commit is contained in:
parent
f162a8e6e1
commit
2431067e2c
|
@ -9374,7 +9374,7 @@ function reporting_custom_graph(
|
|||
$modules = [];
|
||||
foreach ($module_source as $key => $value) {
|
||||
$modules[$key]['module'] = $value['id_agent_module'];
|
||||
$modules[$key]['server'] = $value['id_server'];
|
||||
$modules[$key]['id_server'] = $value['id_server'];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue