mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-10 07:01:21 +00:00
GUACAMOLE-823: Restructure home screen connection groups to match connections.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<a class="home-connection"
|
||||
ng-href="#/client/{{ item.getClientIdentifier() }}"
|
||||
ng-href="{{ item.getClientURL() }}"
|
||||
ng-class="{active: item.getActiveConnections()}">
|
||||
|
||||
<!-- Connection icon -->
|
||||
|
@@ -1,4 +1,10 @@
|
||||
<span class="home-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="home-connection-group"
|
||||
ng-href="{{ item.getClientURL() }}">
|
||||
|
||||
<!-- Connection group icon -->
|
||||
<div ng-show="item.balancing" class="icon type balancer"></div>
|
||||
|
||||
<!-- Connection group name -->
|
||||
<span class="name">{{item.name}}</span>
|
||||
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user