mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-12-12 10:45:14 +02:00
Fix incorrect datetime for Rspamd logs
This commit is contained in:
parent
240b2c63f6
commit
eefce62f01
@ -731,7 +731,7 @@ jQuery(function($){
|
||||
columns: [
|
||||
{
|
||||
title: lang.time,
|
||||
data: 'time',
|
||||
data: 'unix_time',
|
||||
defaultContent: '',
|
||||
createdCell: function(td, cellData) {
|
||||
createSortableDate(td, cellData)
|
||||
|
Loading…
Reference in New Issue
Block a user