2014-06-18 Vanessa Gil <vanessa.gil@artica.es>

* godmode/reporting/visual_console_builder.php: Changed
	default size of the module graphs.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10234 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
vgilc 2014-06-18 14:30:30 +00:00
parent 7c30f08f35
commit 26f765dee6
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-06-18 Vanessa Gil <vanessa.gil@artica.es>
* godmode/reporting/visual_console_builder.php: Changed
default size of the module graphs.
2014-06-18 Alejandro Gallardo <alejandro.gallardo@artica.es>
* godmode/reporting/visual_console_builder.editor.php:

View File

@ -251,7 +251,7 @@ switch ($activeTab) {
$message = '';
if (($width == 0) && ($height == 0) && ($type == MODULE_GRAPH)) {
$width = 300;
$width = 400;
$height = 180;
}