duplicate the pagination
This commit is contained in:
parent
a9b120290c
commit
d0286e2a80
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,9 @@
|
|||
<input eventman-focus type="text" id="query-tickets" class="form-control" placeholder="{{'Name or email' | translate}}" ng-model="query" ng-model-options="{debounce: 600}">
|
||||
</div> <label> <input type="checkbox" ng-model="registeredFilterOptions.all" /> {{'Show cancelled tickets' | translate}}</label>
|
||||
</form>
|
||||
<pagination ng-model="currentPage" total-items="filteredLength" items-per-page="itemsPerPage"
|
||||
boundary-links="true" boundary-link-numbers="true" max-size="maxPaginationSize">
|
||||
</pagination>
|
||||
<table class="table table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue