Merge pull request #1560 from girirajsharma/master
[KEYCLOAK-1767] Clients table is unsorted
This commit is contained in:
commit
d44541fc9e
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr ng-repeat="client in clients | filter:search">
|
||||
<tr ng-repeat="client in clients | filter:search | orderBy:'clientId'">
|
||||
<td><a href="#/realms/{{realm.realm}}/clients/{{client.id}}">{{client.clientId}}</a></td>
|
||||
<td>{{client.enabled}}</td>
|
||||
<td ng-class="{'text-muted': !client.baseUrl}">
|
||||
|
|
Loading…
Reference in a new issue