mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
Merge 1.1.0 changes to master.
This commit is contained in:
@@ -20,8 +20,9 @@
|
||||
package org.apache.guacamole.form;
|
||||
|
||||
/**
|
||||
* Represents a time zone field. The field may contain only valid time zone IDs,
|
||||
* as dictated by TimeZone.getAvailableIDs().
|
||||
* Represents a time zone field. The field may contain only valid time zone
|
||||
* identifiers, as defined by the IANA time zone database. Such identifiers are
|
||||
* also valid Java time zone IDs as dictated by TimeZone.getAvailableIDs().
|
||||
*/
|
||||
public class TimeZoneField extends Field {
|
||||
|
||||
|
@@ -108,7 +108,7 @@
|
||||
},
|
||||
{
|
||||
"name" : "timezone",
|
||||
"type" : "TEXT"
|
||||
"type" : "TIMEZONE"
|
||||
},
|
||||
{
|
||||
"name" : "console",
|
||||
|
@@ -96,7 +96,7 @@
|
||||
},
|
||||
{
|
||||
"name" : "timezone",
|
||||
"type" : "TEXT"
|
||||
"type" : "TIMEZONE"
|
||||
},
|
||||
{
|
||||
"name" : "server-alive-interval",
|
||||
|
Reference in New Issue
Block a user