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

11 lines
263 B
HTML

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