fixed error with label reporting views
This commit is contained in:
parent
d5df7bf9ce
commit
c9f0b138b0
|
@ -9172,6 +9172,7 @@ function reporting_simple_graph(
|
||||||
$return['agent_name'] = $agent_alias;
|
$return['agent_name'] = $agent_alias;
|
||||||
$return['module_name'] = $module_name;
|
$return['module_name'] = $module_name;
|
||||||
$return['description'] = $description;
|
$return['description'] = $description;
|
||||||
|
$return['label'] = $label;
|
||||||
$return['date'] = reporting_get_date_text(
|
$return['date'] = reporting_get_date_text(
|
||||||
$report,
|
$report,
|
||||||
$content
|
$content
|
||||||
|
@ -9213,7 +9214,7 @@ function reporting_simple_graph(
|
||||||
$params = [
|
$params = [
|
||||||
'agent_module_id' => $content['id_agent_module'],
|
'agent_module_id' => $content['id_agent_module'],
|
||||||
'period' => $content['period'],
|
'period' => $content['period'],
|
||||||
'title' => $label,
|
'title' => $title,
|
||||||
'pure' => false,
|
'pure' => false,
|
||||||
'date' => $report['datetime'],
|
'date' => $report['datetime'],
|
||||||
'only_image' => $only_image,
|
'only_image' => $only_image,
|
||||||
|
|
Loading…
Reference in New Issue