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" ] "options" : [ "", "127", "8" ]
}, },
{ {
"name" : "terminal-type", "name" : "terminal-type",
"type" : "ENUM", "type" : "ENUM",
"options" : [ "", "xterm", "xterm-256color", "vt220", "vt100", "ansi", "linux" ] "options" : [ "", "xterm", "xterm-256color", "vt220", "vt100", "ansi", "linux" ]
},
{
"name" : "timezone",
"type" : "TIMEZONE"
} }
] ]
}, },

View File

@@ -506,6 +506,7 @@
"FIELD_HEADER_SERVER_ALIVE_INTERVAL" : "Server keepalive interval:", "FIELD_HEADER_SERVER_ALIVE_INTERVAL" : "Server keepalive interval:",
"FIELD_HEADER_SFTP_ROOT_DIRECTORY" : "File browser root directory:", "FIELD_HEADER_SFTP_ROOT_DIRECTORY" : "File browser root directory:",
"FIELD_HEADER_TERMINAL_TYPE" : "Terminal type:", "FIELD_HEADER_TERMINAL_TYPE" : "Terminal type:",
"FIELD_HEADER_TIMEZONE" : "Timezone:",
"FIELD_HEADER_TYPESCRIPT_NAME" : "Typescript name:", "FIELD_HEADER_TYPESCRIPT_NAME" : "Typescript name:",
"FIELD_HEADER_TYPESCRIPT_PATH" : "Typescript path:", "FIELD_HEADER_TYPESCRIPT_PATH" : "Typescript path:",