GUACAMOLE-303: Merge Add definitation and translations for new sftp-root-directory parameter.

This commit is contained in:
Nick Couchman
2017-07-03 17:59:11 -04:00
4 changed files with 15 additions and 0 deletions

View File

@@ -315,6 +315,10 @@
"name" : "sftp-passphrase",
"type" : "PASSWORD"
},
{
"name" : "sftp-root-directory",
"type" : "TEXT"
},
{
"name" : "sftp-directory",
"type" : "TEXT"

View File

@@ -122,6 +122,10 @@
"name" : "enable-sftp",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "sftp-root-directory",
"type" : "TEXT"
}
]
}

View File

@@ -128,6 +128,10 @@
"name" : "sftp-passphrase",
"type" : "PASSWORD"
},
{
"name" : "sftp-root-directory",
"type" : "TEXT"
},
{
"name" : "sftp-directory",
"type" : "TEXT"