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:
parent
1e4179e57b
commit
5874a41179
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue