Merge pull request #1582 from laf/issue-1461-old

Updated network to support old style format, docs provided
This commit is contained in:
Daniel Preussker
2015-08-09 12:10:08 +00:00
5 changed files with 279 additions and 2 deletions
+5
View File
@@ -169,6 +169,11 @@ $config['enable_footer'] = 1;
```
Disable the footer of the WebUI by setting `enable_footer` to 0.
You can enable the old style network map (only available for individual devices with links discovered via xDP) by setting:
```php
$config['gui']['network-map']['style'] = 'old';
````
#### Add host settings
The following setting controls how hosts are added. If a host is added as an ip address it is checked to ensure the ip is not already present. If the ip is present the host is not added.
If host is added by hostname this check is not performed. If the setting is true hostnames are resovled and the check is also performed. This helps prevents accidental duplicate hosts.