Fixed minor visual error in tactical view. Ticket #2441

This commit is contained in:
Arturo Gonzalez Diaz 2015-08-19 15:15:07 +02:00
parent a7dd0fe796
commit 566acd3404
1 changed files with 4 additions and 4 deletions

View File

@ -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;