mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 13:41:15 -07:00
Add option to include current activity in the history tables
This commit is contained in:
parent
17a7019c60
commit
b68ca67386
5 changed files with 21 additions and 2 deletions
|
@ -319,6 +319,9 @@ history_table_options = {
|
|||
history_table.row(row).child(childTableFormat(rowData)).show();
|
||||
}
|
||||
|
||||
if (rowData['state'] !== null) {
|
||||
$(row).addClass('current-activity-row');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue