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:
Rafael Ameijeiras 2024-04-16 07:11:39 +00:00
commit 92bde48f3d
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 {