Fixed size graphs in event_statistics
This commit is contained in:
parent
b769531d16
commit
37c9a721e8
|
@ -48,7 +48,7 @@ echo "<table width=95%>";
|
||||||
echo "</td>";
|
echo "</td>";
|
||||||
|
|
||||||
echo "<td valign='top'>";
|
echo "<td valign='top'>";
|
||||||
echo grafico_eventos_usuario(300, 200);
|
echo grafico_eventos_usuario(320, 296);
|
||||||
echo "</td>";
|
echo "</td>";
|
||||||
echo "</tr>";
|
echo "</tr>";
|
||||||
|
|
||||||
|
@ -78,7 +78,7 @@ echo "<table width=95%>";
|
||||||
'alert_ceased','alert_manual_validation', 'critical',
|
'alert_ceased','alert_manual_validation', 'critical',
|
||||||
'warning','normal');
|
'warning','normal');
|
||||||
}
|
}
|
||||||
echo graph_events_validated(300, 200, $extra_filter);
|
echo graph_events_validated(320, 296, $extra_filter);
|
||||||
echo "</td>";
|
echo "</td>";
|
||||||
echo "</tr>";
|
echo "</tr>";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue