mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 05:13:21 -07:00
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:
parent
9fc4573c42
commit
968d213b97
4 changed files with 19 additions and 19 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue