mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-10 23:21:21 +00:00
Ticket #268: Mostly-implemented UI. Still need enum type.
This commit is contained in:
@@ -627,10 +627,9 @@ GuacamoleService.Protocols = {
|
||||
},
|
||||
|
||||
"read-only" : {
|
||||
"title" : "Read-only",
|
||||
"type" : "boolean",
|
||||
"checked" : "true",
|
||||
"unchecked" : ""
|
||||
"title" : "Read-only",
|
||||
"type" : "boolean",
|
||||
"value" : "true"
|
||||
}
|
||||
|
||||
}
|
||||
@@ -655,8 +654,18 @@ GuacamoleService.Protocols = {
|
||||
"title" : "Port",
|
||||
"type" : "text",
|
||||
"value" : "3389"
|
||||
}
|
||||
},
|
||||
|
||||
"username" : {
|
||||
"title" : "Username",
|
||||
"type" : "text"
|
||||
},
|
||||
|
||||
"password" : {
|
||||
"title" : "Password",
|
||||
"type" : "password"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}];
|
||||
|
Reference in New Issue
Block a user