13387-Fix graph leyend in report Grouped-Group report

This commit is contained in:
Pablo Aragon 2024-04-15 16:26:09 +02:00
parent 354fa324d8
commit b7bf1732b1
2 changed files with 3 additions and 3 deletions

View File

@ -3690,7 +3690,7 @@ function reporting_html_group_report($table, $item, $pdf=0)
if ((int) $ttl === 2) {
$out .= '<img src="data:image/png;base64,';
} else {
$out .= '<div id="status_pie" style="margin: auto; width: '.$graph_width.'px;">';
$out .= '<div id="status_pie" style="margin: auto;">';
}
$out .= pie_graph($data, $options);
@ -3732,7 +3732,7 @@ function reporting_html_group_report($table, $item, $pdf=0)
if ((int) $ttl === 2) {
$out .= '<img src="data:image/png;base64,';
} else {
$out .= '<div id="status_pie" style="margin: auto; width: '.$graph_width.'px;">';
$out .= '<div id="status_pie" style="margin: auto;">';
}
$out .= pie_graph($data, $options);

View File

@ -12818,7 +12818,7 @@ tr[id^="network_component-plugin-snmp-fields-dynamicMacroRow-"] input {
}
.group_view_table > tbody > tr > td {
width: 350px !important;
width: 50% !important;
}
form.cfv_status_agent {