GUACAMOLE-527: Change multiline to single line text field.

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

Branch: refs/heads/staging/1.0.0
Commit: 39f5cb4a2c724e2539c4c2f50ca80ad787801d39
Parents: db8bb9f
Author: Nick Couchman <vn...@apache.org>
Authored: Tue Jun 26 15:41:45 2018 -0400
Committer: Nick Couchman <vn...@apache.org>
Committed: Tue Jun 26 15:41:45 2018 -0400

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


http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/39f5cb4a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json
----------------------------------------------------------------------
diff --git 
a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json 
b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json
index 1eaac89..c95fd73 100644
--- a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json
+++ b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json
@@ -335,7 +335,7 @@
                 },
                 {
                     "name"  : "sftp-host-key",
-                    "type"  : "MULTILINE"
+                    "type"  : "TEXT"
                 },
                 {
                     "name"  : "sftp-username",

http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/39f5cb4a/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 0b01a2a..a71e1fb 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
@@ -15,7 +15,7 @@
                 },
                 {
                     "name"  : "host-key",
-                    "type"  : "MULTILINE"
+                    "type"  : "TEXT"
                 }
             ]
         },

http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/39f5cb4a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/vnc.json
----------------------------------------------------------------------
diff --git 
a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/vnc.json 
b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/vnc.json
index eed384e..bdeaebc 100644
--- a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/vnc.json
+++ b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/vnc.json
@@ -129,7 +129,7 @@
                 },
                 {
                     "name"  : "sftp-host-key",
-                    "type"  : "MULTILINE"
+                    "type"  : "TEXT"
                 },
                 {
                     "name"  : "sftp-username",

Reply via email to