Ticket #268: Mostly-implemented UI. Still need enum type.

This commit is contained in:
Michael Jumper
2013-02-14 02:04:20 -08:00
parent 5f388910c9
commit f6b787bfc3
2 changed files with 111 additions and 195 deletions

View File

@@ -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"
}
}
}];