GUAC-932: Recent connections needs to load, too.

This commit is contained in:
Michael Jumper
2014-12-18 03:52:56 -08:00
parent e27760a4a5
commit a6c601ca12

View File

@@ -29,7 +29,7 @@
<!-- The recent connections for this user -->
<h2>{{'home.recentConnections' | translate}}</h2>
<div class="recent-connections">
<div class="recent-connections" ng-class="{loading: loading}">
<guac-recent-connections root-group="rootConnectionGroup"/>
</div>