mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 07:46:07 -07:00
Rename history table column to "Date"
This commit is contained in:
parent
a2eeda64df
commit
75dfb82a88
5 changed files with 5 additions and 5 deletions
|
@ -480,7 +480,7 @@ function childTableFormat(rowData) {
|
|||
'<thead>' +
|
||||
'<tr>' +
|
||||
'<th align="left" id="delete_row">Delete</th>' +
|
||||
'<th align="left" id="time">Time</th>' +
|
||||
'<th align="left" id="date">Date</th>' +
|
||||
'<th align="left" id="friendly_name">User</th>' +
|
||||
'<th align="left" id="ip_address">IP Address</th>' +
|
||||
'<th align="left" id="platform">Platform</th>' +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue