Skip to content

Commit

Permalink
Order nodes in dashboard, fixes #81
Browse files Browse the repository at this point in the history
  • Loading branch information
whizz committed Feb 25, 2016
1 parent 2c2afa7 commit aaec185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/index.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<th>Status</th>
<th>Tags</th>
</tr>
<tr ng-repeat="member in members">
<tr ng-repeat="member in members | orderBy:'Name'">
<td ng-bind="member.Name"></td>
<td ng-bind="member.Addr"></td>
<td ng-bind="member.Port"></td>
Expand Down

0 comments on commit aaec185

Please sign in to comment.