Skip to content

Commit

Permalink
GUACAMOLE-1174: Add definitions and translations for Kubernetes "exec…
Browse files Browse the repository at this point in the history
…" command parameter.
  • Loading branch information
mike-jumper committed Feb 21, 2021
1 parent ed020d7 commit 49b398f
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 @@ -45,6 +45,10 @@
{
"name" : "container",
"type" : "TEXT"
},
{
"name" : "exec-command",
"type" : "TEXT"
}
]
},
Expand Down
1 change: 1 addition & 0 deletions guacamole/src/main/webapp/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@
"FIELD_HEADER_CONTAINER" : "Container name:",
"FIELD_HEADER_CREATE_RECORDING_PATH" : "Automatically create recording path:",
"FIELD_HEADER_CREATE_TYPESCRIPT_PATH" : "Automatically create typescript path:",
"FIELD_HEADER_EXEC_COMMAND" : "Command (exec):",
"FIELD_HEADER_FONT_NAME" : "Font name:",
"FIELD_HEADER_FONT_SIZE" : "Font size:",
"FIELD_HEADER_HOSTNAME" : "Hostname:",
Expand Down

0 comments on commit 49b398f

Please sign in to comment.