Fixed minor visual error in tactical view. Ticket #2441
This commit is contained in:
parent
a7dd0fe796
commit
566acd3404
|
@ -254,7 +254,7 @@ $out = '<table cellpadding=0 cellspacing=0 class="databox pies" style="margin-t
|
|||
<legend>' .
|
||||
__('Event graph by agent') .
|
||||
'</legend>' .
|
||||
grafico_eventos_grupo(250, 150, "", false, false, false) . '</fieldset>';
|
||||
grafico_eventos_grupo(250, 170, "", false, false, false) . '</fieldset>';
|
||||
$out .= '</td></tr></table>';
|
||||
echo $out;
|
||||
|
||||
|
|
Loading…
Reference in New Issue