GUACAMOLE-723: Organize other active connections within collapsible panel.

This commit is contained in:
Michael Jumper
2019-03-22 16:15:41 -07:00
parent e7eb46b2a1
commit aa633c2a63
5 changed files with 162 additions and 17 deletions

View File

@@ -13,14 +13,7 @@
<!-- All other active connections -->
<div id="other-connections">
<div ng-repeat="otherClient in otherClients" class="connection">
<a href="#/client/{{otherClient.id}}">
<div class="thumbnail">
<guac-thumbnail client="otherClient"></guac-thumbnail>
</div>
<div class="name">{{ otherClient.title }}</div>
</a>
</div>
<guac-client-panel clients="otherClients"></guac-client-panel>
</div>
</div>