[Web] fix Spamfilter flag fwdhosts wrong naming
This commit is contained in:
parent
36fa5dc633
commit
152431a7d7
@ -331,7 +331,10 @@ jQuery(function($){
|
|||||||
{
|
{
|
||||||
title: lang.spamfilter,
|
title: lang.spamfilter,
|
||||||
data: 'keep_spam',
|
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,
|
title: lang.action,
|
||||||
|
Loading…
Reference in New Issue
Block a user