mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 13:41:15 -07:00
Add export table to info page
This commit is contained in:
parent
acebf96d2f
commit
be82c8f6d9
4 changed files with 77 additions and 22 deletions
|
@ -144,8 +144,8 @@ export_table_options = {
|
|||
if (timer) {
|
||||
clearTimeout(timer);
|
||||
}
|
||||
if ($('.export-processing').length && $("#tabs-export").hasClass("active")) {
|
||||
timer = setTimeout(redrawExportTable.bind(null, false), 5000);
|
||||
if ($('.export-processing').length) {
|
||||
timer = setTimeout(redrawExportTable.bind(null, false), 2000);
|
||||
}
|
||||
},
|
||||
"preDrawCallback": function(settings) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue