mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 09:03:21 +00:00 
			
		
		
		
	GUACAMOLE-571: Fix rootConnectionGroup typo in homeController.
This commit is contained in:
		| @@ -70,7 +70,7 @@ angular.module('home').controller('homeController', ['$scope', '$injector', | ||||
|      */ | ||||
|     $scope.isLoaded = function isLoaded() { | ||||
|  | ||||
|         return $scope.rootConnectionGroup !== null; | ||||
|         return $scope.rootConnectionGroups !== null; | ||||
|  | ||||
|     }; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user