diff --git a/pandora_console/include/functions_reporting_html.php b/pandora_console/include/functions_reporting_html.php index c52e920e92..321cb77f69 100644 --- a/pandora_console/include/functions_reporting_html.php +++ b/pandora_console/include/functions_reporting_html.php @@ -6018,6 +6018,15 @@ function reporting_html_availability_graph($table, $item, $pdf=0) $total_values .= $sla_value; $count_total_charts++; $title = ''.__('Result').''; + + if (isset($chart['agent']) === true) { + $title .= '
'.$chart['agent']; + } + + if (isset($chart['module']) === true) { + $title .= '
'.$chart['module']; + } + $sla_value_text = "".$sla_value.''; $checks_resume_text = ''; $checks_resume_text .= $checks_resume;