mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 13:23:24 -07:00
Add users page
Set 10 results per page as default on Datatables Fix missing metadata bug
This commit is contained in:
parent
fa696adc79
commit
650e0963e2
5 changed files with 241 additions and 7 deletions
|
@ -125,7 +125,7 @@
|
|||
"sPaginationType": "bootstrap",
|
||||
"processing": false,
|
||||
"serverSide": true,
|
||||
"pageLength": 25,
|
||||
"pageLength": 10,
|
||||
"order": [ 1, 'desc'],
|
||||
"ajax": {
|
||||
"url": "getHistory.json"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue