mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 04:42:54 -05:00
add userSessionsSort for session sorting (#6177)
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
@@ -1701,6 +1701,11 @@
|
||||
"default": false,
|
||||
"description": "When enabled, this will show the notes panel in the device view"
|
||||
},
|
||||
"userSessionsSort": {
|
||||
"type": "string",
|
||||
"default": "SessionId",
|
||||
"description": "Arrange the Connect sessions offered when multiple Terminal Sessions are present by 'SessionId', 'StationName' or 'Username' with 'SessionId' as the default sorting criteria."
|
||||
},
|
||||
"agentInviteCodes": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
|
||||
Reference in New Issue
Block a user