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

@ -30,7 +30,7 @@ from plexpy import helpers
<tr>
<th class="never" align='left' id="id">ID</th>
<th class="all" align='left' id="time">Time</th>
<th class="all" align='left' id="user">User</th>
<th class="all" align='left' id="friendly_name">User</th>
<th class="desktop" align='left' id="platform">Platform</th>
<th class="desktop" align='left' id="ip_address">IP Address</th>
<th class="min-tablet" align='left' id="title">Title</th>
@ -41,6 +41,7 @@ from plexpy import helpers
<th class="desktop" align='left' id="percent_complete">Completed</th>
<th class="never" align='left' id="rating_key">RatingKey</th>
<th class="never" align='left' id="xml"></th>
<th class="never" align='left' id="user"></th>
</tr>
</thead>
<tbody>