Rename history table column to "Date"

This commit is contained in:
JonnyWong16 2017-11-11 19:56:24 -08:00
parent a2eeda64df
commit 75dfb82a88
5 changed files with 5 additions and 5 deletions

View file

@ -56,7 +56,7 @@
<thead> <thead>
<tr> <tr>
<th align="left" id="delete_row">Delete</th> <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="friendly_name">User</th>
<th align="left" id="ip_address">IP Address</th> <th align="left" id="ip_address">IP Address</th>
<th align="left" id="platform">Platform</th> <th align="left" id="platform">Platform</th>

View file

@ -403,7 +403,7 @@ DOCUMENTATION :: END
<thead> <thead>
<tr> <tr>
<th align="left" id="delete">Delete</th> <th align="left" id="delete">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="friendly_name">User</th>
<th align="left" id="ip_address">IP Address</th> <th align="left" id="ip_address">IP Address</th>
<th align="left" id="platform">Platform</th> <th align="left" id="platform">Platform</th>

View file

@ -480,7 +480,7 @@ function childTableFormat(rowData) {
'<thead>' + '<thead>' +
'<tr>' + '<tr>' +
'<th align="left" id="delete_row">Delete</th>' + '<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="friendly_name">User</th>' +
'<th align="left" id="ip_address">IP Address</th>' + '<th align="left" id="ip_address">IP Address</th>' +
'<th align="left" id="platform">Platform</th>' + '<th align="left" id="platform">Platform</th>' +

View file

@ -201,7 +201,7 @@ DOCUMENTATION :: END
<thead> <thead>
<tr> <tr>
<th align="left" id="delete">Delete</th> <th align="left" id="delete">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="friendly_name">User</th>
<th align="left" id="ip_address">IP Address</th> <th align="left" id="ip_address">IP Address</th>
<th align="left" id="platform">Platform</th> <th align="left" id="platform">Platform</th>

View file

@ -180,7 +180,7 @@ DOCUMENTATION :: END
<thead> <thead>
<tr> <tr>
<th align="left" id="delete">Delete</th> <th align="left" id="delete">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="friendly_name">User</th>
<th align="left" id="ip_address">IP Address</th> <th align="left" id="ip_address">IP Address</th>
<th align="left" id="platform">Platform</th> <th align="left" id="platform">Platform</th>