GUACAMOLE-822: Merge fix for connection group identifiers.

This commit is contained in:
James Muehlner
2019-06-25 20:00:29 -07:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
<span class="home-connection-group name">
<a ng-show="item.balancing" ng-href="#/client/{{ getClientIdentifier() }}">{{item.name}}</a>
<a ng-show="item.balancing" ng-href="#/client/{{ item.getClientIdentifier() }}">{{item.name}}</a>
<span ng-show="!item.balancing">{{item.name}}</span>
</span>