GUAC-1126: Document that active connection information may be missing. If a user is a non-admin, hide sensitive information about active connections.

This commit is contained in:
Michael Jumper
2015-04-09 14:41:34 -07:00
parent f8714b735f
commit 4caddb9c29
4 changed files with 35 additions and 14 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
*/