Add user IP table column IDs

This commit is contained in:
JonnyWong16 2019-03-30 13:22:01 -07:00
parent b65a30263e
commit 2f8d2f23fe

View file

@ -274,12 +274,12 @@ DOCUMENTATION :: END
<table class="display user_ip_table" id="user_ip_table-UID-${data['user_id']}" width="100%"> <table class="display user_ip_table" id="user_ip_table-UID-${data['user_id']}" width="100%">
<thead> <thead>
<tr> <tr>
<th align="left">Last Seen</th> <th align="left" id="last_seen">Last Seen</th>
<th align="left">IP Address</th> <th align="left" id="ip_address">IP Address</th>
<th align="left">Last Platform</th> <th align="left" id="platform">Last Platform</th>
<th align="left">Last Player</th> <th align="left" id="player">Last Player</th>
<th align="left">Last Played</th> <th align="left" id="last_played">Last Played</th>
<th align="left">Play Count</th> <th align="left" id="play_count">Play Count</th>
</tr> </tr>
</thead> </thead>
</table> </table>