mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-10 07:01:21 +00:00
GUAC-932: Restore recent connections through new guacRecentConnections directive.
This commit is contained in:
@@ -30,11 +30,7 @@ angular.module('home').controller('homeController', ['$scope', '$injector',
|
||||
var ConnectionGroup = $injector.get("ConnectionGroup");
|
||||
|
||||
// Get required services
|
||||
var connectionGroupService = $injector.get("connectionGroupService"),
|
||||
guacHistory = $injector.get("guacHistory");
|
||||
|
||||
// All valid recent connections
|
||||
$scope.recentConnections = [];
|
||||
var connectionGroupService = $injector.get("connectionGroupService");
|
||||
|
||||
// Set status to loading until we have all the connections and groups loaded
|
||||
$scope.loading = true;
|
||||
|
Reference in New Issue
Block a user