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:
JonnyWong16 2015-08-19 19:47:38 -07:00 committed by Jonathan Wong
commit 968d213b97
4 changed files with 19 additions and 19 deletions

View file

@ -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>