mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Merge branch 'ent-8383-vodat-Automatic-combined-graphs-no-funcionan-bien-plantillas-de-informe' into 'develop'
fixed automatic graph templates reports #8383 See merge request artica/pandorafms!4587
This commit is contained in:
commit
c7fa90d84a
@ -9374,7 +9374,7 @@ function reporting_custom_graph(
|
|||||||
$modules = [];
|
$modules = [];
|
||||||
foreach ($module_source as $key => $value) {
|
foreach ($module_source as $key => $value) {
|
||||||
$modules[$key]['module'] = $value['id_agent_module'];
|
$modules[$key]['module'] = $value['id_agent_module'];
|
||||||
$modules[$key]['server'] = $value['id_server'];
|
$modules[$key]['id_server'] = $value['id_server'];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user