mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 00:25:06 +02:00
Moved the 10 limit for down boxes to config option
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user