1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-04 10:24:42 +02:00

[Web] fix Spamfilter flag fwdhosts wrong naming

This commit is contained in:
FreddleSpl0it 2023-01-16 09:24:10 +01:00
parent 36fa5dc633
commit 152431a7d7

View File

@ -331,7 +331,10 @@ jQuery(function($){
{
title: lang.spamfilter,
data: 'keep_spam',
defaultContent: ''
defaultContent: '',
render: function(data, type){
return 'yes'==data?'<i class="bi bi-x-lg"></i>':'no'==data&&'<i class="bi bi-check-lg"></i>';
}
},
{
title: lang.action,