Add hidden user title (Full Name) column to users table

This commit is contained in:
JonnyWong16 2022-04-08 20:02:53 -07:00
commit 4862aee9a1
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
4 changed files with 26 additions and 7 deletions

View file

@ -34,6 +34,7 @@
<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="title">Full Name</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>