GUACAMOLE-422: Add field for timezone for SSH connections.

This commit is contained in:
Nick Couchman
2018-06-03 08:48:46 -04:00
committed by Virtually Nick
parent 50c2161ec8
commit 8ad65d6e6c
2 changed files with 6 additions and 1 deletions

View File

@@ -89,9 +89,13 @@
"options" : [ "", "127", "8" ]
},
{
"name" : "terminal-type",
"name" : "terminal-type",
"type" : "ENUM",
"options" : [ "", "xterm", "xterm-256color", "vt220", "vt100", "ansi", "linux" ]
},
{
"name" : "timezone",
"type" : "TIMEZONE"
}
]
},