GUACAMOLE-527: Correct order of options in RDP and VNC.

This commit is contained in:
Nick Couchman
2018-06-26 15:39:25 -04:00
parent 50e3e4ab94
commit db8bb9f85a
2 changed files with 8 additions and 8 deletions

View File

@@ -329,14 +329,14 @@
"name" : "sftp-hostname", "name" : "sftp-hostname",
"type" : "TEXT" "type" : "TEXT"
}, },
{
"name" : "sftp-host-key",
"type" : "MULTILINE"
},
{ {
"name" : "sftp-port", "name" : "sftp-port",
"type" : "NUMERIC" "type" : "NUMERIC"
}, },
{
"name" : "sftp-host-key",
"type" : "MULTILINE"
},
{ {
"name" : "sftp-username", "name" : "sftp-username",
"type" : "USERNAME" "type" : "USERNAME"

View File

@@ -123,14 +123,14 @@
"name" : "sftp-hostname", "name" : "sftp-hostname",
"type" : "TEXT" "type" : "TEXT"
}, },
{
"name" : "sftp-host-key",
"type" : "MULTILINE"
},
{ {
"name" : "sftp-port", "name" : "sftp-port",
"type" : "NUMERIC" "type" : "NUMERIC"
}, },
{
"name" : "sftp-host-key",
"type" : "MULTILINE"
},
{ {
"name" : "sftp-username", "name" : "sftp-username",
"type" : "USERNAME" "type" : "USERNAME"