GUACAMOLE-470: Restore ENUM "color-scheme" parameter for SSH and Telnet.

This reverts commit 4e610f2d1bda0ef073b8b9190fa2135d427f30cb.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/2bc71866
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/2bc71866
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/2bc71866

Branch: refs/heads/master
Commit: 2bc71866a8e56e2a4926ce433efb54abe7283be3
Parents: 3ae152f
Author: Michael Jumper <mjum...@apache.org>
Authored: Tue Jun 12 13:35:35 2018 -0700
Committer: Michael Jumper <mjum...@apache.org>
Committed: Tue Jun 12 14:07:51 2018 -0700

----------------------------------------------------------------------
 .../src/main/resources/org/apache/guacamole/protocols/ssh.json    | 3 ++-
 .../src/main/resources/org/apache/guacamole/protocols/telnet.json | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/2bc71866/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/ssh.json
----------------------------------------------------------------------
diff --git 
a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/ssh.json 
b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/ssh.json
index 45486c8..b3efda3 100644
--- a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/ssh.json
+++ b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/ssh.json
@@ -43,7 +43,8 @@
             "fields" : [
                 {
                     "name"  : "color-scheme",
-                    "type"  : "TEXT"
+                    "type"  : "ENUM",
+                    "options" : [ "", "black-white", "gray-black", 
"green-black", "white-black" ]
                 },
                 {
                     "name"  : "font-name",

http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/2bc71866/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/telnet.json
----------------------------------------------------------------------
diff --git 
a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/telnet.json 
b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/telnet.json
index d893991..e3094d8 100644
--- 
a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/telnet.json
+++ 
b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/telnet.json
@@ -39,7 +39,8 @@
             "fields" : [
                 {
                     "name"  : "color-scheme",
-                    "type"  : "TEXT"
+                    "type"  : "ENUM",
+                    "options" : [ "", "black-white", "gray-black", 
"green-black", "white-black" ]
                 },
                 {
                     "name"  : "font-name",

Reply via email to