mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 06:01:22 +00:00
GUACAMOLE-723: Display connection thumbnails for all non-current active connections within the client interface.
This commit is contained in:
@@ -8,9 +8,21 @@
|
||||
<!-- Central portion of view -->
|
||||
<div class="client-body" guac-touch-drag="clientDrag" guac-touch-pinch="clientPinch">
|
||||
|
||||
<!-- Client -->
|
||||
<!-- Client for current connection -->
|
||||
<guac-client client="client"></guac-client>
|
||||
|
||||
<!-- 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>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Bottom portion of view -->
|
||||
|
Reference in New Issue
Block a user