mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUAC-1451: Add SSH/telnet typescript parameters and their English translations.
This commit is contained in:
@@ -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" : [
|
||||
|
@@ -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" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
|
Reference in New Issue
Block a user