mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 23:45:46 +02:00
Improved Paginator
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user