mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
GUACAMOLE-723: Allow connections to be selected within the Guacamole menu.
This commit is contained in:
@@ -0,0 +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>
|
Reference in New Issue
Block a user