2008-08-28 Sancho Lerena <slerena@artica.es>
* pandora_console/operation/reporting/graph_viewer.php: Fixed dimensions of graph view git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@628 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
0d0d5a1c59
commit
6276ed70bb
|
@ -1,3 +1,9 @@
|
|||
2008-08-28 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* pandora_console/operation/reporting/graph_viewer.php: Fixed dimensions of graph
|
||||
view
|
||||
|
||||
|
||||
2007-08-27 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* operation/agentes/ver_agente.php: Truncated too long agent names.
|
||||
|
|
|
@ -88,7 +88,7 @@ if (isset($_GET["view_graph"])){
|
|||
echo $lang_label["combined_image"]."</h2>";
|
||||
echo "<table class='databox_frame'>";
|
||||
echo "<tr><td>";
|
||||
echo "<img src='reporting/fgraph.php?tipo=combined&id=$modules&weight_l=$weights&label=$name&height=$height&width=$width&period=$period' border=1 alt=''>";
|
||||
echo "<img src='reporting/fgraph.php?tipo=combined&height=$height&width=$width&id=$modules&period=$period&weight_l=$weights' border=1 alt=''>";
|
||||
echo "</td></tr></table>";
|
||||
switch ($period) {
|
||||
case 3600: $period_label = $lang_label["hour"];
|
||||
|
|
Loading…
Reference in New Issue