Moved the 10 limit for down boxes to config option

This commit is contained in:
Neil Lathwood
2014-10-07 19:37:52 +00:00
parent d1bc21bf58
commit 7feaf2fcba
2 changed files with 11 additions and 10 deletions
+1
View File
@@ -110,6 +110,7 @@ $config['page_refresh'] = "300"; // Refresh the page every xx seconds, 0 to
$config['front_page'] = "pages/front/default.php";
$config['front_page_settings']['top']['ports'] = 10;
$config['front_page_settings']['top']['devices'] = 10;
$config['front_page_down_box_limit'] = 10;
$config['vertical_summary'] = 0; // Enable to use vertical summary on front page instead of horizontal
$config['top_ports'] = 1; // This enables the top X ports box
$config['top_devices'] = 1; // This enables the top X devices box