mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-30 00:23:21 +00:00 
			
		
		
		
	GUACAMOLE-5: Merge share tag targeting fix.
This commit is contained in:
		| @@ -1,4 +1,4 @@ | |||||||
| <meta name="after" content=".caption .activeUserCount"> | <meta name="after-children" content=".home-connection"> | ||||||
|  |  | ||||||
| <!-- The user sharing this connection (if any) --> | <!-- The user sharing this connection (if any) --> | ||||||
| <span class="jdbc-share-tag" ng-show="item.wrappedItem.attributes['jdbc-shared-by']" | <span class="jdbc-share-tag" ng-show="item.wrappedItem.attributes['jdbc-shared-by']" | ||||||
|   | |||||||
| @@ -1,4 +1,5 @@ | |||||||
| <a ng-href="#/client/{{context.getClientIdentifier(item)}}" | <a class="home-connection" | ||||||
|  |    ng-href="#/client/{{context.getClientIdentifier(item)}}" | ||||||
|    ng-class="{active: item.getActiveConnections()}"> |    ng-class="{active: item.getActiveConnections()}"> | ||||||
|  |  | ||||||
|     <!-- Connection icon --> |     <!-- Connection icon --> | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| <span class="name"> | <span class="home-connection-group name"> | ||||||
|     <a ng-show="item.balancing" ng-href="#/client/{{context.getClientIdentifier(item)}}">{{item.name}}</a> |     <a ng-show="item.balancing" ng-href="#/client/{{context.getClientIdentifier(item)}}">{{item.name}}</a> | ||||||
|     <span ng-show="!item.balancing">{{item.name}}</span> |     <span ng-show="!item.balancing">{{item.name}}</span> | ||||||
| </span> | </span> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user