mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 17:13:21 +00:00 
			
		
		
		
	GUAC-1406: Add filtering to connection permissions within user edit screen.
This commit is contained in:
		| @@ -119,7 +119,26 @@ angular.module('manage').controller('manageUserController', ['$scope', '$injecto | ||||
|      * @type Object.<String, ConnectionGroup> | ||||
|      */ | ||||
|     $scope.rootGroups = null; | ||||
|      | ||||
|  | ||||
|     /** | ||||
|      * Array of all connection properties that are filterable. | ||||
|      * | ||||
|      * @type String[] | ||||
|      */ | ||||
|     $scope.filteredConnectionProperties = [ | ||||
|         'name', | ||||
|         'protocol' | ||||
|     ]; | ||||
|  | ||||
|     /** | ||||
|      * Array of all connection group properties that are filterable. | ||||
|      * | ||||
|      * @type String[] | ||||
|      */ | ||||
|     $scope.filteredConnectionGroupProperties = [ | ||||
|         'name' | ||||
|     ]; | ||||
|  | ||||
|     /** | ||||
|      * A map of data source identifiers to the set of all permissions | ||||
|      * associated with the current user under that data source, or null if the | ||||
|   | ||||
		Reference in New Issue
	
	Block a user