mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Regroup history in separate thread and improve logging
This commit is contained in:
parent
343a3e9281
commit
d91e561a56
3 changed files with 16 additions and 8 deletions
|
@ -2498,9 +2498,9 @@ $(document).ready(function() {
|
|||
});
|
||||
|
||||
$("#regroup_history").click(function () {
|
||||
var msg = 'Are you sure you want to regroup play history in the database?';
|
||||
var msg = 'Are you sure you want to regroup play history in the database?<br /><br /><strong>This make take a long time for large databases.<br />Regrouping will continue in the background.</strong>';
|
||||
var url = 'regroup_history';
|
||||
confirmAjaxCall(url, msg, null, 'Regrouping play history...');
|
||||
confirmAjaxCall(url, msg);
|
||||
});
|
||||
|
||||
$("#delete_temp_sessions").click(function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue