mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
New: Jump to page on tables (click on page number)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{{#each handles}}
|
||||
<li {{#if className}}class="{{className}}"{{/if}} >
|
||||
{{#if pageNumber}}
|
||||
<span>{{pageNumber}} / {{lastPage}}</span>
|
||||
<span class="x-page-number">{{pageNumber}} / {{lastPage}}</span>
|
||||
{{else}}
|
||||
<i class="pager-btn clickable {{label}}" data-action="{{action}}"/>
|
||||
{{/if}}
|
||||
|
||||
Reference in New Issue
Block a user