mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -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
|
@ -33,6 +33,8 @@
|
|||
<th align="left" id="edit_row">Edit</th>
|
||||
<th align="right" id="avatar"></th>
|
||||
<th align="left" id="friendly_name">User</th>
|
||||
<th align="left" id="username">Username</th>
|
||||
<th align="left" id="email">Email</th>
|
||||
<th align="left" id="last_seen">Last Streamed</th>
|
||||
<th align="left" id="last_known_ip">Last Known IP</th>
|
||||
<th align="left" id="last_platform">Last Platform</th>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue