Merge branch '1550-Gráfica-de-eventos-24h-de-vista-de-agente-muy-pequeña' into 'develop'

Change agent events bar height - #1550

See merge request artica/pandorafms!1028
This commit is contained in:
vgilc 2017-11-13 08:47:13 +01:00
commit 95ab2701c7
1 changed files with 1 additions and 1 deletions

View File

@ -625,7 +625,7 @@ $data[0][0] .=
__('Events (24h)') .
'</th></tr>' .
'<tr><td style="text-align:center;padding-left:20px;padding-right:20px;"><br />' .
graph_graphic_agentevents ($id_agente, 450, 15, SECONDS_1DAY, '', true, true) .
graph_graphic_agentevents ($id_agente, 450, 40, SECONDS_1DAY, '', true, true) .
'<br /></td></tr>' .
'</table>';