GUAC-586: Add data source support to guacGroupList.

This commit is contained in:
Michael Jumper
2015-08-31 16:55:23 -07:00
parent a68243765a
commit fb39588db5
3 changed files with 53 additions and 26 deletions

View File

@@ -57,7 +57,7 @@
</div>
<!-- Pager for connections / groups -->
<guac-pager page="childrenPage" items="rootItem.children | orderBy : 'name'"
<guac-pager page="childrenPage" items="rootItems | orderBy : 'name'"
page-size="pageSize"></guac-pager>
</div>