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

@@ -0,0 +1,3 @@
<div class="user-item" ng-class="{'anonymous' : isAnonymous() }">
<span class="username">{{displayName}}</span>
</div>