mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
13387-Fix graph leyend in report Grouped-Group report
This commit is contained in:
parent
354fa324d8
commit
b7bf1732b1
@ -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);
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user