From bb853bf7799ff582e69cc0cbf9e5f9966112ed18 Mon Sep 17 00:00:00 2001 From: Alejandro Gallardo Escobar Date: Wed, 11 May 2016 18:15:59 +0200 Subject: [PATCH] Changed the default cell number of the dashboard from 9 to 4 --- pandora_console/include/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/constants.php b/pandora_console/include/constants.php index d32d6e1b2e..dd6d1ec41e 100644 --- a/pandora_console/include/constants.php +++ b/pandora_console/include/constants.php @@ -449,7 +449,7 @@ define("STATWIN_DEFAULT_CHART_WIDTH", 555); define("STATWIN_DEFAULT_CHART_HEIGHT", 245); /* Dashboard */ -define("DASHBOARD_DEFAULT_COUNT_CELLS", 9); +define("DASHBOARD_DEFAULT_COUNT_CELLS", 4); define("OPTION_TEXT", 1); define("OPTION_SINGLE_SELECT", 2);