mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 06:01:22 +00:00
GUACAMOLE-723: Organize other active connections within collapsible panel.
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user