mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added device group name to search results as config option (#5544)
This commit is contained in:
parent
a3717095e7
commit
bc0550a791
5 changed files with 47 additions and 12 deletions
|
@ -1204,6 +1204,11 @@ See description for information about each item.
|
|||
"default": false,
|
||||
"description": "When set to true, the devices search box will match on both the server name and client name of a device."
|
||||
},
|
||||
"deviceSearchBarGroupName": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "When set to true, the devices search box will match on group name too."
|
||||
},
|
||||
"agentSelfGuestSharing": {
|
||||
"type": [
|
||||
"boolean",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue