mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-19 12:51:29 +00:00
Fix incorrect datetime for Rspamd logs
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user