mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-09 22:51:22 +00:00
GUAC-932: Make display of connections and groups within guacGroupList more abstract.
This commit is contained in:
@@ -36,7 +36,10 @@
|
||||
<!-- All connections for this user -->
|
||||
<h2>{{'home.allConnections' | translate}}</h2>
|
||||
<div class="all-connections" ng-class="{loading: loading}">
|
||||
<guac-group-list connection-group="rootConnectionGroup"/>
|
||||
<guac-group-list
|
||||
connection-group="rootConnectionGroup"
|
||||
connection-template="'app/home/templates/connection.html'"
|
||||
connection-group-template="'app/home/templates/connectionGroup.html'"/>
|
||||
</div>
|
||||
|
||||
</div>
|
Reference in New Issue
Block a user