mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 06:01:22 +00:00
11 lines
263 B
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>
|