mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add more report data
This commit is contained in:
parent
8a5c833522
commit
a7b5b2663e
9 changed files with 479 additions and 231 deletions
|
@ -1363,7 +1363,7 @@
|
|||
|
||||
html += '<div class="listPaging">';
|
||||
|
||||
html += '<span style="margin-right: 10px;">';
|
||||
html += '<span style="margin-right: 10px;vertical-align:middle;">';
|
||||
|
||||
var startAtDisplay = totalRecordCount ? query.StartIndex + 1 : 0;
|
||||
html += startAtDisplay + '-' + recordsEnd + ' of ' + totalRecordCount;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue