mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 21:51:23 +00:00
Ticket #268: Add stub RDP parameters.
This commit is contained in:
@@ -614,10 +614,51 @@ GuacamoleService.Protocols = {
|
|||||||
"title" : "Port",
|
"title" : "Port",
|
||||||
"type" : "text",
|
"type" : "text",
|
||||||
"value" : "5900"
|
"value" : "5900"
|
||||||
|
},
|
||||||
|
|
||||||
|
"color-depth" : {
|
||||||
|
"title" : "Color depth",
|
||||||
|
"type" : "enum",
|
||||||
|
"options" : {
|
||||||
|
"8" : "256 colors",
|
||||||
|
"16": "High color (16-bit)",
|
||||||
|
"24": "True color (24-bit)"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
"read-only" : {
|
||||||
|
"title" : "Read-only",
|
||||||
|
"type" : "boolean",
|
||||||
|
"checked" : "true",
|
||||||
|
"unchecked" : ""
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}, {
|
||||||
|
|
||||||
|
/* Unique name */
|
||||||
|
"name" : "rdp",
|
||||||
|
|
||||||
|
/* Display title */
|
||||||
|
"title" : "RDP",
|
||||||
|
|
||||||
|
/* All available parameters */
|
||||||
|
"parameters" : {
|
||||||
|
|
||||||
|
"hostname" : {
|
||||||
|
"title" : "Hostname",
|
||||||
|
"type" : "text"
|
||||||
|
},
|
||||||
|
|
||||||
|
"port" : {
|
||||||
|
"title" : "Port",
|
||||||
|
"type" : "text",
|
||||||
|
"value" : "3389"
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
}];
|
}];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user