mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-26 08:03:51 +02: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