mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 06:01:22 +00:00
GUACAMOLE-5: Include sharing profiles within connection tree.
This commit is contained in:
@@ -95,6 +95,15 @@ angular.module('rest').factory('Connection', [function defineConnection() {
|
||||
*/
|
||||
this.activeConnections = template.activeConnections;
|
||||
|
||||
/**
|
||||
* An array of all associated sharing profiles, if known. This property
|
||||
* may be null or undefined if sharing profiles have not been queried,
|
||||
* and thus the sharing profiles are unknown.
|
||||
*
|
||||
* @type SharingProfile[]
|
||||
*/
|
||||
this.sharingProfiles = template.sharingProfiles;
|
||||
|
||||
};
|
||||
|
||||
return Connection;
|
||||
|
Reference in New Issue
Block a user