mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Merge staging/1.2.0 changes back to master.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<a class="connection" ng-href="#/client/{{ item.getClientIdentifier() }}">
|
||||
<a class="connection" ng-href="{{ item.getClientURL() }}">
|
||||
<div class="icon type" ng-class="item.protocol"></div>
|
||||
<span class="name">{{item.name}}</span>
|
||||
</a>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<span class="connection-group name">
|
||||
<a ng-show="item.balancing" ng-href="#/client/{{ item.getClientIdentifier() }}">{{item.name}}</a>
|
||||
<span ng-show="!item.balancing">{{item.name}}</span>
|
||||
</span>
|
||||
<a class="connection-group" ng-href="{{ item.getClientURL() }}">
|
||||
<div ng-show="item.balancing" class="icon type balancer"></div>
|
||||
<span class="name">{{item.name}}</span>
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user