Fixed size graphs in event_statistics

This commit is contained in:
Daniel Maya 2017-04-03 09:59:36 +02:00
parent b769531d16
commit 37c9a721e8
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ echo "<table width=95%>";
echo "</td>";
echo "<td valign='top'>";
echo grafico_eventos_usuario(300, 200);
echo grafico_eventos_usuario(320, 296);
echo "</td>";
echo "</tr>";
@ -78,7 +78,7 @@ echo "<table width=95%>";
'alert_ceased','alert_manual_validation', 'critical',
'warning','normal');
}
echo graph_events_validated(300, 200, $extra_filter);
echo graph_events_validated(320, 296, $extra_filter);
echo "</td>";
echo "</tr>";