Add the Username to the display.
When looking through Users and Roles it would seem ideal to also show the username.
This commit is contained in:
		| @ -53,12 +53,14 @@ else | ||||
|                     <Pager Items="@userroles"> | ||||
|                         <Header> | ||||
|                             <th>@Localizer["Users"]</th> | ||||
|                             <th>@SharedLocalizer["Username"]</th> | ||||
|                             <th>@Localizer["Effective"]</th> | ||||
|                             <th>@Localizer["Expiry"]</th> | ||||
|                             <th> </th> | ||||
|                         </Header> | ||||
|                         <Row> | ||||
|                             <td>@context.User.DisplayName</td> | ||||
|                             <td>@context.User.Username</td> | ||||
|                             <td>@context.EffectiveDate</td> | ||||
|                             <td>@context.ExpiryDate</td> | ||||
|                             <td> | ||||
|  | ||||
| @ -36,6 +36,7 @@ else | ||||
| 				<th style="width: 1px;"> </th> | ||||
| 				<th style="width: 1px;"> </th> | ||||
| 				<th>@SharedLocalizer["Name"]</th> | ||||
| 				<th>@SharedLocalizer["Username"]</th> | ||||
| 				</Header> | ||||
| 				<Row> | ||||
| 					<td> | ||||
| @ -48,6 +49,7 @@ else | ||||
| 						<ActionLink Action="Roles" Parameters="@($"id=" + context.UserId.ToString())" ResourceKey="Roles" /> | ||||
| 					</td> | ||||
| 					<td>@context.User.DisplayName</td> | ||||
| 					<td>@context.User.Username</td> | ||||
| 				</Row> | ||||
| 			</Pager> | ||||
| 	</TabPanel> | ||||
|  | ||||
| @ -259,7 +259,7 @@ | ||||
|     <value>Upgrade</value> | ||||
|   </data> | ||||
|   <data name="Username" xml:space="preserve"> | ||||
|     <value>Username:</value> | ||||
|     <value>Username</value> | ||||
|   </data> | ||||
|   <data name="Version" xml:space="preserve"> | ||||
|     <value>Version</value> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Leigh Pointer
					Leigh Pointer