mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 09:03:21 +00:00 
			
		
		
		
	GUACAMOLE-78: Render the usernames of anonymous users differently.
This commit is contained in:
		| @@ -32,7 +32,7 @@ | ||||
|             </thead> | ||||
|             <tbody ng-class="{loading: !isLoaded()}"> | ||||
|                 <tr ng-repeat="historyEntryWrapper in historyEntryWrapperPage" class="history"> | ||||
|                     <td>{{historyEntryWrapper.username}}</td> | ||||
|                     <td><guac-user-item username="historyEntryWrapper.username"></guac-user-item></td> | ||||
|                     <td>{{historyEntryWrapper.startDate | date : dateFormat}}</td> | ||||
|                     <td translate="{{historyEntryWrapper.readableDurationText}}" | ||||
|                         translate-values="{VALUE: historyEntryWrapper.readableDuration.value, UNIT: historyEntryWrapper.readableDuration.unit}"></td> | ||||
|   | ||||
| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user