GUACAMOLE-5: Display the username of the user that shares a connection.

This commit is contained in:
Michael Jumper
2016-07-29 17:47:16 -07:00
parent ecaf5be84e
commit ff3c57dff0
6 changed files with 70 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
<meta name="after" content=".caption .activeUserCount">
<!-- The user sharing this connection (if any) -->
<span class="jdbc-share-tag" ng-show="item.wrappedItem.attributes['jdbc-shared-by']"
translate="HOME.INFO_SHARED_BY"
translate-values="{USERNAME: item.wrappedItem.attributes['jdbc-shared-by']}"></span>