mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-470: Update "color-scheme" parameter for SSH and Telnet.
GUACAMOLE-470 changes the "color-scheme" parameter to be a configuration string instead of a simple enum, so update the protocol JSON accordingly.
This commit is contained in:
@@ -43,8 +43,7 @@
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "color-scheme",
|
||||
"type" : "ENUM",
|
||||
"options" : [ "", "black-white", "gray-black", "green-black", "white-black" ]
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "font-name",
|
||||
|
@@ -39,8 +39,7 @@
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "color-scheme",
|
||||
"type" : "ENUM",
|
||||
"options" : [ "", "black-white", "gray-black", "green-black", "white-black" ]
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "font-name",
|
||||
|
Reference in New Issue
Block a user