Merge "Group Tasks By Status"

This commit is contained in:
Jenkins 2016-02-23 19:32:16 +00:00 committed by Gerrit Code Review
commit 4b9dbd1d99

View File

@ -208,7 +208,7 @@
</tr>
</thead>
<tbody>
<tr ng-repeat="task in tasks"
<tr ng-repeat="task in tasks | orderBy:'-status'"
ng-include
src="'/inline/task_list_item.html'">
</tr>