mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-09 22:51:22 +00:00
GUACAMOLE-360: Add TunnelRequestService support for joining active connections.
This commit is contained in:
@@ -89,7 +89,14 @@ angular.module('client').factory('ClientIdentifier', ['$injector',
|
||||
*
|
||||
* @type String
|
||||
*/
|
||||
CONNECTION_GROUP : 'g'
|
||||
CONNECTION_GROUP : 'g',
|
||||
|
||||
/**
|
||||
* The type string for an active Guacamole connection.
|
||||
*
|
||||
* @type String
|
||||
*/
|
||||
ACTIVE_CONNECTION : 'a'
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user