Merge branch 'ent-13219-informe-availability-graph-en-modo-failover-simple-no-muestra-el-nombre-de-los-modulos' into 'develop'
Ent 13219 informe availability graph en modo failover simple no muestra el nombre de los modulos See merge request artica/pandorafms!7119
This commit is contained in:
commit
6ccdc8c4d3
|
@ -6018,6 +6018,15 @@ function reporting_html_availability_graph($table, $item, $pdf=0)
|
|||
$total_values .= $sla_value;
|
||||
$count_total_charts++;
|
||||
$title = '<b>'.__('Result').'</b>';
|
||||
|
||||
if (isset($chart['agent']) === true) {
|
||||
$title .= '<br />'.$chart['agent'];
|
||||
}
|
||||
|
||||
if (isset($chart['module']) === true) {
|
||||
$title .= '<br />'.$chart['module'];
|
||||
}
|
||||
|
||||
$sla_value_text = "<span style = 'font-weight: bold; font-size: ".$font_size.(($pdf === 0) ? ' !important' : '').'; color: '.$color."'>".$sla_value.'</span>';
|
||||
$checks_resume_text = '<span style = "font-size: '.$font_mini.';">';
|
||||
$checks_resume_text .= $checks_resume;
|
||||
|
|
Loading…
Reference in New Issue