mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-823: Update item structure of Guacamole menu connection browser to match home screen.
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>
|
<div class="icon type" ng-class="item.protocol"></div>
|
||||||
<span class="name">{{item.name}}</span>
|
<span class="name">{{item.name}}</span>
|
||||||
</a>
|
</a>
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
<span class="connection-group name">
|
<a class="connection-group" ng-href="{{ item.getClientURL() }}">
|
||||||
<a ng-show="item.balancing" ng-href="#/client/{{ item.getClientIdentifier() }}">{{item.name}}</a>
|
<div ng-show="item.balancing" class="icon type balancer"></div>
|
||||||
<span ng-show="!item.balancing">{{item.name}}</span>
|
<span class="name">{{item.name}}</span>
|
||||||
</span>
|
</a>
|
||||||
|
Reference in New Issue
Block a user