2012-02-13 Juan Manuel Ramon <juanmanuel.ramon@artica.es>

* include/ajax/visual_console_builder.ajax.php: Removed max, min
	options when a module graph is created in visual console editor.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5564 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
juanmanuelr 2012-02-13 11:23:25 +00:00
parent 1e4179e57b
commit 5874a41179
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-02-13 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/ajax/visual_console_builder.ajax.php: Removed max, min
options when a module graph is created in visual console editor.
2012-02-13 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/functions_graph.php

View File

@ -70,7 +70,7 @@ switch ($action) {
break;
case 'get_image_sparse':
$img = grafico_modulo_sparse($id_agent_module,
$period, false, $width, $height, '', null, false, 0, false, 0, '', 0, 0,
$period, false, $width, $height, '', null, false, 1, false, 0, '', 0, 0,
true, true);
preg_match("/src='(.*)'/", $img, $matches);