mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 21:51:23 +00:00
GUAC-1160: Field and FieldOption should not be specific to remote desktop connection parameters.
This commit is contained in:
@@ -27,7 +27,7 @@ angular.module('rest').factory('Field', [function defineField() {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The object returned by REST API calls when representing the data
|
* The object returned by REST API calls when representing the data
|
||||||
* associated with a configuration parameter of a remote desktop protocol.
|
* associated with a field or configuration parameter.
|
||||||
*
|
*
|
||||||
* @constructor
|
* @constructor
|
||||||
* @param {Field|Object} [template={}]
|
* @param {Field|Object} [template={}]
|
||||||
|
@@ -27,7 +27,7 @@ angular.module('rest').factory('FieldOption', [function defineFieldOption() {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The object returned by REST API calls when representing a single possible
|
* The object returned by REST API calls when representing a single possible
|
||||||
* legal value of a configuration parameter of a remote desktop protocol.
|
* legal value of a field.
|
||||||
*
|
*
|
||||||
* @constructor
|
* @constructor
|
||||||
* @param {FieldOption|Object} [template={}]
|
* @param {FieldOption|Object} [template={}]
|
||||||
|
Reference in New Issue
Block a user