GUACAMOLE-5: Fix targeting of share tag HTML patch.

This commit is contained in:
Michael Jumper
2016-08-08 11:24:48 -07:00
parent 4929f8da2b
commit 12f899a148
3 changed files with 4 additions and 3 deletions

View File

@@ -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()}">
<!-- Connection icon -->

View File

@@ -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>
<span ng-show="!item.balancing">{{item.name}}</span>
</span>