From 49b398f36db53f2f21230bd56026af2e0b7ffcfc Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sun, 21 Feb 2021 15:33:44 -0800 Subject: [PATCH] GUACAMOLE-1174: Add definitions and translations for Kubernetes "exec" command parameter. --- .../resources/org/apache/guacamole/protocols/kubernetes.json | 4 ++++ guacamole/src/main/webapp/translations/en.json | 1 + 2 files changed, 5 insertions(+) diff --git a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/kubernetes.json b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/kubernetes.json index 17df48a30..f3e52608a 100644 --- a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/kubernetes.json +++ b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/kubernetes.json @@ -45,6 +45,10 @@ { "name" : "container", "type" : "TEXT" + }, + { + "name" : "exec-command", + "type" : "TEXT" } ] }, diff --git a/guacamole/src/main/webapp/translations/en.json b/guacamole/src/main/webapp/translations/en.json index f5c4a8f03..24486dfb0 100644 --- a/guacamole/src/main/webapp/translations/en.json +++ b/guacamole/src/main/webapp/translations/en.json @@ -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:",