mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix html.device.links validation (#13269)
This commit is contained in:
@@ -3455,7 +3455,7 @@
|
||||
"type": "array",
|
||||
"validate": {
|
||||
"value": "array",
|
||||
"value.*": "object",
|
||||
"value.*": "array",
|
||||
"value.*.action": "boolean",
|
||||
"value.*.icon": "string",
|
||||
"value.*.external": "boolean",
|
||||
|
Reference in New Issue
Block a user