mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-01-23 12:43:14 -05:00
Merge pull request #5265 from faustogut/patch-3
Update meshcentral-config-schema.json
This commit is contained in:
commit
44071e93e9
@ -451,6 +451,8 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"deviceMeshRouterLinks": {
|
"deviceMeshRouterLinks": {
|
||||||
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
"rdp": { "type": "boolean", "default": true, "description": "Display a RDP link in the device tab when supported." },
|
"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." },
|
"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." },
|
"scp": { "type": "boolean", "default": true, "description": "Display a SCP link in the device tab when supported." },
|
||||||
@ -495,6 +497,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"certUrl": {
|
"certUrl": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user