mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge pull request #3619 from geordish/fix-config-markup
Fix Markup on config documentation page
This commit is contained in:
@@ -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:
|
||||
```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.
|
||||
|
Reference in New Issue
Block a user