Added DeviceSearchBarServerAndClientName option, #3260

This commit is contained in:
Ylian Saint-Hilaire
2021-11-08 11:04:32 -08:00
parent 72b92284d4
commit 966392b779
4 changed files with 18 additions and 13 deletions

View File

@@ -306,6 +306,7 @@
"loginfooter": { "type": "string", "default": null, "description": "This is a HTML string displayed at the bottom of the web page when a user is not logged in." },
"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." },
"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." },
"altMessenging": {
"type": "object",
"properties": {