Removed extra spaces from ends of lines.

This commit is contained in:
Jameson Finney
2016-01-30 21:06:58 -05:00
parent d225c85930
commit 437d1fc40c
36 changed files with 198 additions and 198 deletions
+2 -2
View File
@@ -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)