Improved datatime format.
This commit is contained in:
parent
af3087abea
commit
671f513461
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<th width="10%"><%- @T('Direction') %>
|
<th width="10%"><%- @T('Direction') %>
|
||||||
<th><%- @T('Request') %>
|
<th><%- @T('Request') %>
|
||||||
<th width="20%"><%- @T('Created at') %>
|
<th width="25%"><%- @T('Created at') %>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<% for record in @records: %>
|
<% for record in @records: %>
|
||||||
|
|
Loading…
Reference in a new issue