mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-09 22:51:22 +00:00
GUACAMOLE-360: Allow connections to active connections at API level.
This commit is contained in:
@@ -76,6 +76,14 @@ angular.module('rest').factory('ActiveConnection', [function defineActiveConnect
|
||||
*/
|
||||
this.username = template.username;
|
||||
|
||||
/**
|
||||
* Whether this active connection may be connected to, just as a
|
||||
* normal connection.
|
||||
*
|
||||
* @type Boolean
|
||||
*/
|
||||
this.connectable = template.connectable;
|
||||
|
||||
};
|
||||
|
||||
return ActiveConnection;
|
||||
|
Reference in New Issue
Block a user