mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-04-14 00:09:44 -04:00
Update meshcentral-config-schema.json
Add "deviceMeshRouterLinks" missing type & properties attributes before properties list.
This commit is contained in:
parent
05aeb8a244
commit
3971b26797
@ -451,6 +451,8 @@
|
||||
}
|
||||
},
|
||||
"deviceMeshRouterLinks": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"rdp": { "type": "boolean", "default": true, "description": "Display a RDP link in the device tab when supported." },
|
||||
"ssh": { "type": "boolean", "default": true, "description": "Display a SSH link in the device tab when supported." },
|
||||
"scp": { "type": "boolean", "default": true, "description": "Display a SCP link in the device tab when supported." },
|
||||
@ -495,6 +497,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"certUrl": {
|
||||
"type": "string",
|
||||
|
Loading…
x
Reference in New Issue
Block a user