Add "Last Platform" and "Last Watched" to user data tables

This commit is contained in:
JonnyWong16 2015-08-19 21:08:17 -07:00 committed by Jonathan Wong
commit 5168d76e86
5 changed files with 226 additions and 43 deletions

View file

@ -23,12 +23,18 @@
<th align="left" id="friendly_name">User</th>
<th align="left" id="last_seen">Last Seen</th>
<th align="left" id="last_known_ip">Last Known IP</th>
<th align="left" id="last_platform">Last Platform</th>
<th align="left" id="last_watched">Last Watched</th>
<th align="left" id="total_plays">Total Plays</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<div class="modal fade" id="info-modal" tabindex="-1" role="dialog" aria-labelledby="info-modal">
</div>
<div class="modal fade" id="ip-info-modal" tabindex="-1" role="dialog" aria-labelledby="ip-info-modal">
</div>
</div>
</div>