mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Next front page improvement
- load all files in include directory - half-baked attempt to make HTML output more readable - add top hosts by total bits box - horrible hack to generate_device_link() to make it possible to insert the device_bits graph
This commit is contained in:
@@ -112,6 +112,7 @@ $config['header_color'] = "#1F334E";
|
||||
$config['page_refresh'] = "300"; // Refresh the page every xx seconds, 0 to disable
|
||||
$config['front_page'] = "pages/front/default.php";
|
||||
$config['front_page_settings']['top']['ports'] = 10;
|
||||
$config['front_page_settings']['top']['devices'] = 10;
|
||||
$config['page_title_prefix'] = "";
|
||||
$config['page_title_suffix'] = $config['project_name'];
|
||||
$config['timestamp_format'] = 'd-m-Y H:i:s';
|
||||
|
||||
Reference in New Issue
Block a user