mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 17:13:21 +00:00 
			
		
		
		
	GUAC-1126: Add client-specific disconnect action to menu. Style with danger.
This commit is contained in:
		| @@ -30,6 +30,16 @@ angular.module('navigation').directive('guacUserMenu', [function guacUserMenu() | ||||
|         restrict: 'E', | ||||
|         replace: true, | ||||
|         scope: { | ||||
|  | ||||
|             /** | ||||
|              * Optional array of actions which are specific to this particular | ||||
|              * location, as these actions may not be appropriate for other | ||||
|              * locations which contain the user menu. | ||||
|              * | ||||
|              * @type MenuAction[] | ||||
|              */ | ||||
|             localActions : '=' | ||||
|  | ||||
|         }, | ||||
|  | ||||
|         templateUrl: 'app/navigation/templates/guacUserMenu.html', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user