GUACAMOLE-78: Render the usernames of anonymous users differently.

This commit is contained in:
Michael Jumper
2016-08-12 20:05:33 -07:00
parent 42cd4dca5d
commit 21f184f42e
8 changed files with 131 additions and 4 deletions

View File

@@ -37,7 +37,7 @@
<td class="select-session">
<input ng-change="wrapperSelectionChange(wrapper)" type="checkbox" ng-model="wrapper.checked" />
</td>
<td>{{wrapper.activeConnection.username}}</td>
<td><guac-user-item username="wrapper.activeConnection.username"></guac-user-item></td>
<td>{{wrapper.startDate}}</td>
<td>{{wrapper.activeConnection.remoteHost}}</td>
<td>{{wrapper.name}}</td>