mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-12 11:01:52 +00:00
Version 0.9.60
This commit is contained in:
parent
60d3373c43
commit
0ab4dcd971
2 changed files with 2 additions and 2 deletions
|
@ -310,7 +310,7 @@
|
||||||
"guestDeviceSharing": { "type": "boolean", "default": true, "description": "When set to false, the desktop/terminal sharing link feature is not available." },
|
"guestDeviceSharing": { "type": "boolean", "default": true, "description": "When set to false, the desktop/terminal sharing link feature is not available." },
|
||||||
"autoRemoveInactiveDevices": { "type": "integer", "default": 0, "minimum": 0, "maximum": 2000, "description": "Number of days a device can be inactive before it's removed. 0 disables this feature. Device group setting will override this value." },
|
"autoRemoveInactiveDevices": { "type": "integer", "default": 0, "minimum": 0, "maximum": 2000, "description": "Number of days a device can be inactive before it's removed. 0 disables this feature. Device group setting will override this value." },
|
||||||
"deviceSearchBarServerAndClientName": { "type": "boolean", "default": false, "description": "When set to true, the devices search box will match on both the server name and client name of a device." },
|
"deviceSearchBarServerAndClientName": { "type": "boolean", "default": false, "description": "When set to true, the devices search box will match on both the server name and client name of a device." },
|
||||||
"AgentSelfGuestSharing": {
|
"agentSelfGuestSharing": {
|
||||||
"type": [ "boolean", "object" ],
|
"type": [ "boolean", "object" ],
|
||||||
"default": false,
|
"default": false,
|
||||||
"description": "When set to true, MeshCentral Asssitant can create it's own guest sharing links.",
|
"description": "When set to true, MeshCentral Asssitant can create it's own guest sharing links.",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "meshcentral",
|
"name": "meshcentral",
|
||||||
"version": "0.9.59",
|
"version": "0.9.60",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Remote Device Management",
|
"Remote Device Management",
|
||||||
"Remote Device Monitoring",
|
"Remote Device Monitoring",
|
||||||
|
|
Loading…
Reference in a new issue