GUACAMOLE-78: Merge anonymous user display refinements.

This commit is contained in:
James Muehlner
2016-08-13 18:25:44 -07:00
15 changed files with 330 additions and 25 deletions

View File

@@ -75,7 +75,7 @@
</thead>
<tbody>
<tr ng-repeat="wrapper in wrapperPage">
<td class="username">{{wrapper.entry.username}}</td>
<td class="username"><guac-user-item username="wrapper.entry.username"></guac-user-item></td>
<td class="start">{{wrapper.entry.startDate | date:historyDateFormat}}</td>
<td class="duration"
translate="{{wrapper.durationText}}"