Add user IP table column IDs
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user