mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	GUAC-932: Fix naming.
This commit is contained in:
		| @@ -43,7 +43,7 @@ angular.module('home').directive('guacRecentConnections', [function guacRecentCo | ||||
|  | ||||
|         templateUrl: 'app/home/templates/guacRecentConnections.html', | ||||
|         controller: ['$scope', '$injector', 'guacHistory', 'RecentConnection', | ||||
|             function guacGroupListController($scope, $injector, guacHistory, RecentConnection) { | ||||
|             function guacRecentConnectionsController($scope, $injector, guacHistory, RecentConnection) { | ||||
|  | ||||
|             var visibleObjects = {}; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user