mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-10 23:21:21 +00:00
GUACAMOLE-339: Display the remote host field in connection history tables.
This commit is contained in:
@@ -52,6 +52,13 @@ angular.module('rest').factory('ConnectionHistoryEntry', [function defineConnect
|
||||
*/
|
||||
this.connectionName = template.connectionName;
|
||||
|
||||
/**
|
||||
* The remote host associated with this history entry.
|
||||
*
|
||||
* @type String
|
||||
*/
|
||||
this.remoteHost = template.remoteHost;
|
||||
|
||||
/**
|
||||
* The time that usage began, in seconds since 1970-01-01 00:00:00 UTC.
|
||||
*
|
||||
@@ -186,4 +193,4 @@ angular.module('rest').factory('ConnectionHistoryEntry', [function defineConnect
|
||||
|
||||
return ConnectionHistoryEntry;
|
||||
|
||||
}]);
|
||||
}]);
|
||||
|
Reference in New Issue
Block a user