[KEYCLOAK-1767] Clients table is unsorted

This commit is contained in:
giriraj sharma 2015-08-23 21:00:55 +05:30
parent 3a64c4d582
commit cf75c2378f

View file

@ -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}">