KEYCLOAK-1812 View user attributes in admin console doesn't work
This commit is contained in:
parent
f6ec9af61e
commit
dca1751a63
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr ng-repeat="(key, value) in (user.attributes | filter:search)">
|
<tr ng-repeat="(key, value) in user.attributes">
|
||||||
<td>{{key}}</td>
|
<td>{{key}}</td>
|
||||||
<td><input ng-model="user.attributes[key]" class="form-control" type="text" name="{{key}}" id="attribute-{{key}}" /></td>
|
<td><input ng-model="user.attributes[key]" class="form-control" type="text" name="{{key}}" id="attribute-{{key}}" /></td>
|
||||||
<td class="kc-action-cell">
|
<td class="kc-action-cell">
|
||||||
|
|
Loading…
Reference in a new issue