add userSessionsSort for session sorting (#6177)

Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
Simon Smith
2024-06-14 09:56:02 +01:00
committed by GitHub
parent c053c14dd0
commit 0a89d07937
5 changed files with 29 additions and 2 deletions

View File

@@ -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,