Not sure what I’m doing wrong here but when I added the following I lost the nice summary bar at the top of the page above the map that states the amount of devices alerts etc.

// Frontpage order you can use: map, device_status, overall_traffic, custom_traffic, minigraphs, syslog, eventlog
$config['frontpage']['order']           = array('map', 'overall_traffic', 'custom_traffic', 'minigraphs', 'device_status', 'syslog', 'eventlog');

Any ideas on what I’m doing wrong here? If I comment this line out it comes back but then I don’t see any of my custom mini-grpahs :/

—Jeff