Implement friendly names across entire project scope.

This commit is contained in:
Tim 2015-06-29 21:53:41 +02:00
commit 6f7194593b
8 changed files with 121 additions and 66 deletions

View file

@ -28,10 +28,11 @@ from plexpy import helpers
<thead>
<tr>
<th class="all" align="right" id="avatar"></th>
<th class="all" align="left" id="username">User</th>
<th class="all" align="left" id="friendly_name">User</th>
<th class="min-tablet" align="left" id="last_seen">Last Seen</th>
<th class="min-tablet" align="left" id="last_known_ip">Last Known IP</th>
<th class="min-tablet" align="left" id="total_plays">Total Plays</th>
<th class="never" align="left" id="user"></th>
</tr>
</thead>
<tbody>