mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 06:00:51 -07:00
parent
acef75f10a
commit
c13b1a67f2
14 changed files with 56 additions and 0 deletions
|
@ -32,6 +32,10 @@ user_ip_table_options = {
|
|||
"loadingRecords": '<i class="fa fa-refresh fa-spin"></i> Loading items...</div>'
|
||||
},
|
||||
"stateSave": true,
|
||||
"stateSaveParams": function (settings, data) {
|
||||
data.search.search = "";
|
||||
data.start = 0;
|
||||
},
|
||||
"stateDuration": 0,
|
||||
"pagingType": "full_numbers",
|
||||
"processing": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue