From 2369cb947435bd2e284434a29209ca8d62b87119 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Wed, 25 Jun 2014 17:43:10 +0000 Subject: [PATCH] 2014-06-25 Miguel de Dios * 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 --- pandora_console/ChangeLog | 5 +++++ pandora_console/include/functions_config.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 15734bfe1d..a9da1ef261 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2014-06-25 Miguel de Dios + + * include/functions_config.php: set the default size of networkmap + to 900 instead 800. + 2014-06-25 Miguel de Dios * operation/agentes/networkmap.topology.php, diff --git a/pandora_console/include/functions_config.php b/pandora_console/include/functions_config.php index c0edee35ab..314b33ac92 100644 --- a/pandora_console/include/functions_config.php +++ b/pandora_console/include/functions_config.php @@ -1173,7 +1173,7 @@ function config_process_config () { } 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 */