mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Improved Paginator
This commit is contained in:
parent
d71765be53
commit
13fab38702
6 changed files with 41 additions and 12 deletions
|
@ -1,11 +1,15 @@
|
|||
<ul>
|
||||
{{#each handles}}
|
||||
<li {{#if className}}class="{{className}}"{{/if}}>
|
||||
<li {{#if className}}class="{{className}}"{{/if}} >
|
||||
{{#if pageNumber}}
|
||||
<span>{{label}}</span>
|
||||
<span>{{pageNumber}} / {{lastPage}}</span>
|
||||
{{else}}
|
||||
<i class="pager-btn clickable {{label}}" data-action="{{action}}"/>
|
||||
{{/if}}
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
|
||||
<span class="total-records">
|
||||
Total Records: {{Number state.totalRecords}}
|
||||
</span>
|
Loading…
Add table
Add a link
Reference in a new issue