GUAC-1193: Include connection identifier within history records.

This commit is contained in:
Michael Jumper
2015-09-23 16:02:17 -07:00
parent e1908bf6e8
commit 3c5f72b288
5 changed files with 44 additions and 0 deletions

View File

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