mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-15 17:52:59 -07:00
Add hidden username and email columns to users table
This commit is contained in:
parent
b737ab96b4
commit
73b94782f9
4 changed files with 36 additions and 6 deletions
|
@ -1305,6 +1305,8 @@ class WebInterface(object):
|
|||
# TODO: Find some one way to automatically get the columns
|
||||
dt_columns = [("user_thumb", False, False),
|
||||
("friendly_name", True, True),
|
||||
("username", True, True),
|
||||
("email", True, True),
|
||||
("last_seen", True, False),
|
||||
("ip_address", True, True),
|
||||
("platform", True, True),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue