mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 13:23:24 -07:00
More fixes to scrolling datatables
This commit is contained in:
parent
9e1c4b1a88
commit
0cbc4b9546
10 changed files with 257 additions and 231 deletions
|
@ -188,6 +188,10 @@
|
|||
clearSearchButton('notification_log_table', notification_log_table);
|
||||
});
|
||||
|
||||
$('a[data-toggle="tab"]').on('shown.bs.tab', function (e) {
|
||||
$.fn.dataTable.tables({ visible: true, api: true }).columns.adjust();
|
||||
});
|
||||
|
||||
$("#clear-logs").click(function () {
|
||||
$("#confirm-message").text("Are you sure you want to clear the PlexPy logs?");
|
||||
$('#confirm-modal').modal();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue