remove last_action, nobody cares
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 16s
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 16s
This commit is contained in:
@ -10,7 +10,6 @@
|
||||
<td>browser</td>
|
||||
<td>created_at</td>
|
||||
<td>last_used</td>
|
||||
<td>last_action</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@ -23,7 +22,6 @@
|
||||
<td>{{ session.browser }}</td>
|
||||
<td>{{ new Date(session.created_at * 1e3).toLocaleString("de-DE") }}</td>
|
||||
<td>{{ new Date(session.last_used * 1e3).toLocaleString("de-DE") }}</td>
|
||||
<td>{{ session.last_action }}</td>
|
||||
</tr>
|
||||
@endeach
|
||||
</tbody>
|
||||
|
Reference in New Issue
Block a user