mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Backgrid pagination works again.
This commit is contained in:
parent
bf499ed98a
commit
1809aefea2
7 changed files with 179 additions and 108 deletions
12
UI/Shared/BackgridPaginatorTemplate.html
Normal file
12
UI/Shared/BackgridPaginatorTemplate.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<ul>
|
||||
{{debug}}
|
||||
{{#each handles}}
|
||||
<li {{#if className}}class="{{className}}"{{/if}}>
|
||||
{{#if pageNumber}}
|
||||
<span>{{label}}</span>
|
||||
{{else}}
|
||||
<i class="pager-btn clickable {{label}}" data-action="{{action}}"></i>
|
||||
{{/if}}
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
Loading…
Add table
Add a link
Reference in a new issue