mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge pull request #1719 from laf/tiles-default
Make new dashboard the default
This commit is contained in:
@@ -110,7 +110,7 @@ $config['mono_font'] = 'DejaVuSansMono';
|
||||
$config['favicon'] = '';
|
||||
$config['page_refresh'] = '300';
|
||||
// Refresh the page every xx seconds, 0 to disable
|
||||
$config['front_page'] = 'pages/front/default.php';
|
||||
$config['front_page'] = 'pages/front/tiles.php';
|
||||
$config['front_page_settings']['top']['ports'] = 10;
|
||||
$config['front_page_settings']['top']['devices'] = 10;
|
||||
$config['front_page_down_box_limit'] = 10;
|
||||
|
Reference in New Issue
Block a user