GUACAMOLE-5: Add sharing support to the Guacamole client UI.

This commit is contained in:
Michael Jumper
2016-07-25 02:28:56 -07:00
parent 3484d32302
commit 91254f7f98
3 changed files with 79 additions and 0 deletions

View File

@@ -43,6 +43,11 @@
<!-- Stationary header -->
<div class="header">
<h2>{{client.name}}</h2>
<guac-menu title="'CLIENT.ACTION_SHARE' | translate" ng-show="canShareConnection()">
<ul ng-repeat="sharingProfile in sharingProfiles">
<li><a ng-click="share(sharingProfile)">{{sharingProfile.name}}</a></li>
</ul>
</guac-menu>
<guac-user-menu local-actions="clientMenuActions"></guac-user-menu>
</div>