GUAC-1451: Add SSH/telnet typescript parameters and their English translations.

This commit is contained in:
Michael Jumper
2016-01-25 13:00:56 -08:00
parent 98bf85ba8b
commit 8b03062de6
3 changed files with 46 additions and 0 deletions

View File

@@ -68,6 +68,25 @@
]
},
{
"name" : "typescript",
"fields" : [
{
"name" : "typescript-path",
"type" : "TEXT"
},
{
"name" : "typescript-name",
"type" : "TEXT"
},
{
"name" : "create-typescript-path",
"type" : "BOOLEAN",
"options" : [ "true" ]
}
]
},
{
"name" : "sftp",
"fields" : [

View File

@@ -52,6 +52,25 @@
"options" : [ "", "8", "9", "10", "11", "12", "14", "18", "24", "30", "36", "48", "60", "72", "96" ]
}
]
},
{
"name" : "typescript",
"fields" : [
{
"name" : "typescript-path",
"type" : "TEXT"
},
{
"name" : "typescript-name",
"type" : "TEXT"
},
{
"name" : "create-typescript-path",
"type" : "BOOLEAN",
"options" : [ "true" ]
}
]
}
]