GUAC-932: Make display of connections and groups within guacGroupList more abstract.

This commit is contained in:
Michael Jumper
2014-12-18 23:11:16 -08:00
parent ad5ceaa6c7
commit 2d60d2a4f9
6 changed files with 97 additions and 42 deletions

View File

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