Merge pull request #1981 from f0o/issue-1980

Add default width for availability map's tiles
This commit is contained in:
Neil Lathwood
2015-09-23 12:36:29 +01:00
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -783,3 +783,6 @@ $config['navbar']['manage_groups']['hide'] = 0;
// Show errored ports in the summary table on the dashboard
$config['summary_errors'] = 0;
// Default width of the availability map's tiles
$config['availability-map-width'] = 25;