2014-06-25 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_config.php: set the default size of networkmap to 900 instead 800. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10286 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
fd4dc8cf2b
commit
c5d3748e1c
|
@ -1,3 +1,8 @@
|
||||||
|
2014-06-25 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
|
* include/functions_config.php: set the default size of networkmap
|
||||||
|
to 900 instead 800.
|
||||||
|
|
||||||
2014-06-25 Miguel de Dios <miguel.dedios@artica.es>
|
2014-06-25 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* operation/agentes/networkmap.topology.php,
|
* operation/agentes/networkmap.topology.php,
|
||||||
|
|
|
@ -1173,7 +1173,7 @@ function config_process_config () {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isset($config['networkmap_max_width'])) {
|
if (!isset($config['networkmap_max_width'])) {
|
||||||
config_update_value ('networkmap_max_width', 800);
|
config_update_value ('networkmap_max_width', 900);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Finally, check if any value was overwritten in a form */
|
/* Finally, check if any value was overwritten in a form */
|
||||||
|
|
Loading…
Reference in New Issue