mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 17:13:21 +00:00 
			
		
		
		
	GUAC-964: Add missing initialization of $scope variables in manageController.
This commit is contained in:
		| @@ -49,6 +49,20 @@ angular.module('manage').controller('manageController', ['$scope', '$injector', | ||||
|         } | ||||
|     }; | ||||
|  | ||||
|     /** | ||||
|      * All visible users. | ||||
|      * | ||||
|      * @type User[] | ||||
|      */ | ||||
|     $scope.users = null; | ||||
|  | ||||
|     /** | ||||
|      * The root connection group of the connection group hierarchy. | ||||
|      * | ||||
|      * @type ConnectionGroup | ||||
|      */ | ||||
|     $scope.rootGroup = null; | ||||
|  | ||||
|     /** | ||||
|      * Whether the current user can manage users. If the current permissions | ||||
|      * have not yet been loaded, this will be null. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user