mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch 'ent-13387-resultado-de-item-grouped-group-report-con-errores-visuales-en-vista-html' into 'develop'
Ent 13387 resultado de item grouped group report con errores visuales en vista html See merge request artica/pandorafms!7204
This commit is contained in:
commit
92bde48f3d
@ -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