Merge "Implement offset/limit pagination of lists"

This commit is contained in:
Jenkins
2015-09-18 15:06:26 +00:00
committed by Gerrit Code Review
13 changed files with 364 additions and 96 deletions

View File

@@ -213,6 +213,16 @@
<div>
<h4>Events timeline
<a href ng-click="updateFilter()" ng-show="isLoggedIn"><i class="fa fa-gear"></i></a>
<result-set-pager
class="text-muted pull-right"
total="searchTotal"
offset="searchOffset"
limit="searchLimit"
on-next-page="nextPage()"
on-previous-page="previousPage()"
on-page-size="updatePageSize(pageSize)"
minimal-pager="false"
></result-set-pager>
</h4>
<div class="discussion">
<div class="alert alert-warning"