Fix incorrect datetime for Rspamd logs
This commit is contained in:
parent
240b2c63f6
commit
eefce62f01
@ -731,7 +731,7 @@ jQuery(function($){
|
|||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
title: lang.time,
|
title: lang.time,
|
||||||
data: 'time',
|
data: 'unix_time',
|
||||||
defaultContent: '',
|
defaultContent: '',
|
||||||
createdCell: function(td, cellData) {
|
createdCell: function(td, cellData) {
|
||||||
createSortableDate(td, cellData)
|
createSortableDate(td, cellData)
|
||||||
|
Loading…
Reference in New Issue
Block a user