Merge pull request #1719 from laf/tiles-default

Make new dashboard the default
This commit is contained in:
Paul Gear
2015-08-21 12:38:44 +10:00

View File

@@ -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;