mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-12 07:57:41 +00:00
GUAC-1213: Add time zone field type.
This commit is contained in:
@@ -119,6 +119,18 @@ angular.module('form').provider('formService', function formServiceProvider() {
|
||||
*/
|
||||
'MULTILINE' : {
|
||||
templateUrl : 'app/form/templates/textAreaField.html'
|
||||
},
|
||||
|
||||
/**
|
||||
* Field type which allows selection of time zones.
|
||||
*
|
||||
* @see {@link Field.Type.TIMEZONE}
|
||||
* @type FieldType
|
||||
*/
|
||||
'TIMEZONE' : {
|
||||
module : 'form',
|
||||
controller : 'timeZoneFieldController',
|
||||
templateUrl : 'app/form/templates/timeZoneField.html'
|
||||
}
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user