Cleanup and reorganize code

Make the average cpu the default
This commit is contained in:
Louis Bailleul
2015-11-23 09:37:58 +00:00
parent 439193c9fa
commit a56344246a
2 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -408,7 +408,7 @@ $config['network_map_vis_options'] = '{
// Device page options
$config['show_overview_tab'] = true;
$config['cpu_details_overview'] = true; //By default show all cpus in the overview
$config['cpu_details_overview'] = false; //By default show only average cpu in device overview
// The device overview page options
$config['overview_show_sysDescr'] = true;