mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +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