fixed error with label reporting views

This commit is contained in:
marcos 2021-03-22 12:24:58 +01:00
parent d5df7bf9ce
commit c9f0b138b0
1 changed files with 2 additions and 1 deletions

View File

@ -9172,6 +9172,7 @@ function reporting_simple_graph(
$return['agent_name'] = $agent_alias;
$return['module_name'] = $module_name;
$return['description'] = $description;
$return['label'] = $label;
$return['date'] = reporting_get_date_text(
$report,
$content
@ -9213,7 +9214,7 @@ function reporting_simple_graph(
$params = [
'agent_module_id' => $content['id_agent_module'],
'period' => $content['period'],
'title' => $label,
'title' => $title,
'pure' => false,
'date' => $report['datetime'],
'only_image' => $only_image,