mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-11 15:37:41 +00:00
GUACAMOLE-5: Display the username of the user that shares a connection.
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user