Files
guacamole-client/guacamole/src/main/webapp/app/settings/templates/sharingProfile.html

10 lines
233 B
HTML

<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>