GUACAMOLE-723: Allow connections to be selected within the Guacamole menu.

This commit is contained in:
Michael Jumper
2018-11-12 10:13:04 -08:00
parent f92bf9c35f
commit 57cdd2b483
5 changed files with 72 additions and 11 deletions

View File

@@ -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>