Allow to set event item count listing

Part of #113
This commit is contained in:
Johannes
2016-11-28 15:48:28 +01:00
parent df4dd4f93a
commit 48d97947c1
2 changed files with 13 additions and 3 deletions

View File

@@ -14,6 +14,8 @@
<select class="form-control" ng-model="action" ng-options="a.name for a in actions" ng-change="updateFilter()">
<option value="">-- all actions --</option>
</select>
<select class="form-control" ng-model="pageItems" ng-options="a.name for a in pageItemCount" ng-change="updateFilter(true)">
</select>
</div>
<div class="pagination pull-right">
<button class="btn btn-default btn-outline" ng-click="showPrevPage()" ng-disabled="busy || currentPage <= 1"><i class="fa fa-angle-double-left"></i> prev</button>