mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fixed oxidized url setting validator (#10766)
* Fix oxidized url setting validator * Update config_definitions.json
This commit is contained in:
@@ -3507,13 +3507,12 @@
|
||||
"type": "boolean"
|
||||
},
|
||||
"oxidized.url": {
|
||||
"default": false,
|
||||
"group": "external",
|
||||
"section": "oxidized",
|
||||
"order": 1,
|
||||
"type": "text",
|
||||
"validate": {
|
||||
"value": "regex:/^[a-zA-Z0-9]{1,5}://.*$/"
|
||||
"value": "url"
|
||||
}
|
||||
},
|
||||
"page_refresh": {
|
||||
|
||||
Reference in New Issue
Block a user