mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-20 16:52:02 +00:00
[Web] fix rspamd table scan_time on sm devices
This commit is contained in:
parent
0372a2150d
commit
fe4a418af4
1 changed files with 3 additions and 1 deletions
|
|
@ -979,7 +979,9 @@ jQuery(function($){
|
|||
"data-order": cellData.sortBy,
|
||||
"data-sort": cellData.sortBy
|
||||
});
|
||||
$(td).html(cellData.value);
|
||||
},
|
||||
render: function (data) {
|
||||
return data.value;
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue