mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-422: Add field for timezone for SSH connections.
This commit is contained in:
committed by
Virtually Nick
parent
50c2161ec8
commit
8ad65d6e6c
@@ -92,6 +92,10 @@
|
|||||||
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@@ -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:",
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user