GUAC-1193: Implement front end for connection history.

This commit is contained in:
James Muehlner
2015-10-13 23:38:55 -07:00
parent 03c1ac1876
commit fdbc68bb92
11 changed files with 357 additions and 41 deletions

View File

@@ -48,6 +48,13 @@ angular.module('rest').factory('ConnectionHistoryEntry', [function defineConnect
*/
this.connectionIdentifier = template.connectionIdentifier;
/**
* The name of the connection associated with this history entry.
*
* @type String
*/
this.connectionName = template.connectionName;
/**
* The time that usage began, in seconds since 1970-01-01 00:00:00 UTC.
*
@@ -107,7 +114,7 @@ angular.module('rest').factory('ConnectionHistoryEntry', [function defineConnect
* The name of the connection associated with the history entry (not
* the connection identifier).
*/
CONNECTION_NAME : 'connection',
CONNECTION_NAME : 'connectionName',
/**
* The username of the user associated with the history entry (the user