Merge pull request #3619 from geordish/fix-config-markup

Fix Markup on config documentation page
This commit is contained in:
Tony Murray
2016-06-08 13:32:26 -05:00

View File

@@ -210,7 +210,7 @@ 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: You can enable the old style network map (only available for individual devices with links discovered via xDP) by setting:
```php ```php
$config['gui']['network-map']['style'] = 'old'; $config['gui']['network-map']['style'] = 'old';
```` ```
#### Add host settings #### 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. 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.