mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
parent
acef75f10a
commit
c13b1a67f2
14 changed files with 56 additions and 0 deletions
|
@ -6,6 +6,10 @@ newsletter_log_table_options = {
|
|||
"order": [ 0, 'desc'],
|
||||
"pageLength": 50,
|
||||
"stateSave": true,
|
||||
"stateSaveParams": function (settings, data) {
|
||||
data.search.search = "";
|
||||
data.start = 0;
|
||||
},
|
||||
"stateDuration": 0,
|
||||
"language": {
|
||||
"search":"Search: ",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue