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