mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-10-30 08:33:22 +00:00
GUAC-932: Restore recent connections through new guacRecentConnections directive.
This commit is contained in:
@@ -37,7 +37,8 @@ angular.module('history').factory('HistoryEntry', [function defineHistoryEntry()
|
||||
var HistoryEntry = function HistoryEntry(id, thumbnail) {
|
||||
|
||||
/**
|
||||
* The ID of the connection associated with this history entry.
|
||||
* The ID of the connection associated with this history entry,
|
||||
* including type prefix.
|
||||
*/
|
||||
this.id = id;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user