mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 07:46:07 -07:00
Mask all info on the homepage
This commit is contained in:
parent
af9786f149
commit
5d7ba8cf14
14 changed files with 251 additions and 73 deletions
|
@ -190,7 +190,7 @@ class Users(object):
|
|||
|
||||
dict = {'recordsFiltered': query['filteredCount'],
|
||||
'recordsTotal': query['totalCount'],
|
||||
'data': helpers.filter_datatable_session(rows),
|
||||
'data': helpers.filter_session_info(rows, 'user_id'),
|
||||
'draw': query['draw']
|
||||
}
|
||||
|
||||
|
@ -284,7 +284,7 @@ class Users(object):
|
|||
|
||||
dict = {'recordsFiltered': query['filteredCount'],
|
||||
'recordsTotal': query['totalCount'],
|
||||
'data': helpers.filter_datatable_session(rows),
|
||||
'data': helpers.filter_session_info(rows, 'user_id'),
|
||||
'draw': query['draw']
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue