Skip to content

Commit

Permalink
GUACAMOLE-600: Add telnet connection timeout client setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
necouchman committed Aug 26, 2024
1 parent 821af60 commit 2a97e32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
{
"name" : "port",
"type" : "NUMERIC"
},
{
"name" : "timeout",
"type" : "NUMERIC"
}
]
},
Expand Down
1 change: 1 addition & 0 deletions guacamole/src/main/frontend/src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -843,6 +843,7 @@
"FIELD_HEADER_RECORDING_PATH" : "Recording path:",
"FIELD_HEADER_SCROLLBACK" : "Maximum scrollback size:",
"FIELD_HEADER_TERMINAL_TYPE" : "Terminal type:",
"FIELD_HEADER_TIMEOUT" : "Connection timeout:",
"FIELD_HEADER_TYPESCRIPT_NAME" : "Typescript name:",
"FIELD_HEADER_TYPESCRIPT_PATH" : "Typescript path:",
"FIELD_HEADER_TYPESCRIPT_WRITE_EXISTING" : "@:APP.FIELD_HEADER_TYPESCRIPT_WRITE_EXISTING",
Expand Down

0 comments on commit 2a97e32

Please sign in to comment.