You've already forked mailcow-dockerized
mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-07-03 00:57:33 +02:00
[Web] fix typo in SASL table logs
This commit is contained in:
@ -479,7 +479,7 @@ jQuery(function($){
|
||||
data: 'datetime',
|
||||
defaultContent: '',
|
||||
createdCell: function(td, cellData) {
|
||||
cellData = Math.floor((new Date(data.replace(/-/g, "/"))).getTime() / 1000);
|
||||
cellData = Math.floor((new Date(cellData.replace(/-/g, "/"))).getTime() / 1000);
|
||||
createSortableDate(td, cellData)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user