GUAC-1132: Add identifier to connection records.

This commit is contained in:
Michael Jumper
2015-03-16 16:11:20 -07:00
parent 3a4f6b85dd
commit 5cf48c7498
5 changed files with 43 additions and 0 deletions

View File

@@ -40,6 +40,13 @@ angular.module('rest').factory('ActiveTunnel', [function defineActiveTunnel() {
// Use empty object by default
template = template || {};
/**
* The identifier of the connection associated with this tunnel.
*
* @type String
*/
this.identifier = template.identifier;
/**
* The time that the tunnel began, in seconds since
* 1970-01-01 00:00:00 UTC.