GUACAMOLE-5: Include sharing profiles within connection management display.

This commit is contained in:
Michael Jumper
2016-08-07 23:48:55 -07:00
parent 4929f8da2b
commit 726613cbc8
7 changed files with 118 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
<a ng-href="#/manage/{{item.dataSource}}/sharingProfiles/{{item.identifier}}">
<!-- Sharing profile icon -->
<div class="icon type"></div>
<!-- Sharing profile name -->
<span class="name">{{item.name}}</span>
</a>