mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
GUACAMOLE-2003: Missing clipboard UI options for Kubernetes.
This commit is contained in:
@@ -96,6 +96,22 @@
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "clipboard",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "disable-copy",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "disable-paste",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "behavior",
|
||||
"fields" : [
|
||||
|
Reference in New Issue
Block a user