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

This commit is contained in:
Nick Couchman
2018-06-26 15:41:45 -04:00
parent db8bb9f85a
commit 39f5cb4a2c
3 changed files with 3 additions and 3 deletions

View File

@@ -335,7 +335,7 @@
}, },
{ {
"name" : "sftp-host-key", "name" : "sftp-host-key",
"type" : "MULTILINE" "type" : "TEXT"
}, },
{ {
"name" : "sftp-username", "name" : "sftp-username",

View File

@@ -15,7 +15,7 @@
}, },
{ {
"name" : "host-key", "name" : "host-key",
"type" : "MULTILINE" "type" : "TEXT"
} }
] ]
}, },

View File

@@ -129,7 +129,7 @@
}, },
{ {
"name" : "sftp-host-key", "name" : "sftp-host-key",
"type" : "MULTILINE" "type" : "TEXT"
}, },
{ {
"name" : "sftp-username", "name" : "sftp-username",