mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUAC-236: Add parameters and translation strings for screen recording.
This commit is contained in:
@@ -212,6 +212,25 @@
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "recording",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "recording-path",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "recording-name",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "create-recording-path",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "sftp",
|
||||
"fields" : [
|
||||
|
@@ -87,6 +87,25 @@
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "recording",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "recording-path",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "recording-name",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "create-recording-path",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "sftp",
|
||||
"fields" : [
|
||||
|
@@ -71,6 +71,25 @@
|
||||
"options" : [ "true" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "recording",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "recording-path",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "recording-name",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "create-recording-path",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
|
@@ -77,6 +77,25 @@
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "recording",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "recording-path",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "recording-name",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "create-recording-path",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "sftp",
|
||||
"fields" : [
|
||||
|
Reference in New Issue
Block a user