mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 14:26:51 +00:00
view user laf modified
This commit is contained in:
parent
b9dcbec27c
commit
34a2417ade
@ -8,10 +8,11 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="row paddedleft" ng-controller="ViewUserController">
|
||||
<hr/>
|
||||
<h3>{{user.firstname}} {{user.lastname}}</h3>
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td><h3>{{user.username}}</h3></td>
|
||||
<td width="20%">Login Name:</td>
|
||||
<td width="80%">{{user.username}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>First name:</td>
|
||||
@ -30,7 +31,7 @@
|
||||
<td>{{user.officeName}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">Selected roles:</td>
|
||||
<td valign="top">Roles:</td>
|
||||
<td>
|
||||
<table>
|
||||
<tr ng-repeat="role in user.selectedRoles">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user