Merge pull request #143 from glyptodon/readable-active-connections

GUAC-1126: Calculate active connections using the active connection service
This commit is contained in:
James Muehlner
2015-04-09 15:57:06 -07:00
12 changed files with 198 additions and 93 deletions

View File

@@ -59,7 +59,7 @@ angular.module('rest').factory('ActiveConnection', [function defineActiveConnect
/**
* The time that the connection began, in seconds since
* 1970-01-01 00:00:00 UTC.
* 1970-01-01 00:00:00 UTC, if known.
*
* @type Number
*/
@@ -73,7 +73,7 @@ angular.module('rest').factory('ActiveConnection', [function defineActiveConnect
this.remoteHost = template.remoteHost;
/**
* The username of the user associated with the connection.
* The username of the user associated with the connection, if known.
*
* @type String
*/