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:
parent
7c30f08f35
commit
26f765dee6
|
@ -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:
|
||||
|
|
|
@ -251,7 +251,7 @@ switch ($activeTab) {
|
|||
$message = '';
|
||||
|
||||
if (($width == 0) && ($height == 0) && ($type == MODULE_GRAPH)) {
|
||||
$width = 300;
|
||||
$width = 400;
|
||||
$height = 180;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue