mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +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
|
||||
* associated with a configuration parameter of a remote desktop protocol.
|
||||
* associated with a field or configuration parameter.
|
||||
*
|
||||
* @constructor
|
||||
* @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
|
||||
* legal value of a configuration parameter of a remote desktop protocol.
|
||||
* legal value of a field.
|
||||
*
|
||||
* @constructor
|
||||
* @param {FieldOption|Object} [template={}]
|
||||
|
Reference in New Issue
Block a user