Files
guacamole-client/guacamole/src/main/webapp/app/client/templates/connectionGroup.html

5 lines
182 B
HTML

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