mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 17:13:21 +00:00 
			
		
		
		
	GUAC-932: Remove excessive display logic from document structure.
This commit is contained in:
		| @@ -47,7 +47,7 @@ | ||||
|  | ||||
|                 <!-- Connection group icon --> | ||||
|                 <div class="icon group type" ng-click="toggleExpanded(item)" | ||||
|                      ng-class="{expanded: item.isExpanded, empty: !item.children.length, balancer: item.isBalancing && !item.children.length}"></div> | ||||
|                      ng-class="{expanded: item.isExpanded, empty: !item.children.length, balancer: item.isBalancing}"></div> | ||||
|  | ||||
|                 <!-- Connection group name --> | ||||
|                 <span class="name"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user