mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 16:04:35 +02:00
Removed extra spaces from ends of lines.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Adding new config options to WebUI
|
||||
|
||||
Adding support for users to update a new config option via the WebUI is now a lot easier for general options. This
|
||||
Adding support for users to update a new config option via the WebUI is now a lot easier for general options. This
|
||||
document shows you how to add a new config option and even section to the WebUI.
|
||||
|
||||
#### Update DB
|
||||
@@ -15,7 +15,7 @@ This will determine the default config option for `$config['alert']['tolerance_w
|
||||
|
||||
#### Update WebUI
|
||||
|
||||
If the sub-section you want to add the new config option already exists then update the relevant file within
|
||||
If the sub-section you want to add the new config option already exists then update the relevant file within
|
||||
`html/pages/settings/` otherwise you will need to create the new sub-section page. Here's an example of this:
|
||||
|
||||
[Commit example](https://github.com/librenms/librenms/commit/c5998f9ee27acdac0c0f7d3092fc830c51ff684c)
|
||||
|
||||
Reference in New Issue
Block a user