Change agent events bar height - #1550

This commit is contained in:
enriquecd 2017-11-07 11:00:33 +01:00
parent 1510bbf118
commit fa419aa367
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>';