Fix platform text clickable and swap column order
Other minor changes to history tables: * hidden columns with smaller screen size * font colour
This commit is contained in:

committed by
Jonathan Wong

parent
9fc4573c42
commit
968d213b97
@@ -25,8 +25,8 @@
|
||||
<th align='left' id="delete_row">Delete</th>
|
||||
<th align='left' id="time">Time</th>
|
||||
<th align='left' id="friendly_name">User</th>
|
||||
<th align='left' id="platform">Platform</th>
|
||||
<th align='left' id="ip_address">IP Address</th>
|
||||
<th align='left' id="platform">Platform</th>
|
||||
<th align='left' id="title">Title</th>
|
||||
<th align='left' id="started">Started</th>
|
||||
<th align='left' id="paused_counter">Paused</th>
|
||||
|
Reference in New Issue
Block a user