Add option to include current activity in the history tables

This commit is contained in:
JonnyWong16 2016-08-14 19:40:47 -07:00
parent 17a7019c60
commit b68ca67386
5 changed files with 21 additions and 2 deletions

View file

@ -319,6 +319,9 @@ history_table_options = {
history_table.row(row).child(childTableFormat(rowData)).show();
}
if (rowData['state'] !== null) {
$(row).addClass('current-activity-row');
}
}
}