mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-08-06 16:06:07 +00:00
SpamDetectorOptions.js - new option bounce_score
This commit is contained in:
parent
9114dc424f
commit
d853d9a254
@ -17,10 +17,6 @@ Ext.define('PMG.SpamDetectorConfiguration', {
|
||||
title: gettext('Quarantine'),
|
||||
xtype: 'pmgSpamQuarantineOptions'
|
||||
},
|
||||
{
|
||||
title: gettext('Backscatter'),
|
||||
html: 'Backscatter'
|
||||
},
|
||||
{
|
||||
title: gettext('Theme'),
|
||||
html: 'Theme'
|
||||
|
@ -32,6 +32,11 @@ Ext.define('PMG.SpamDetectorOptions', {
|
||||
}
|
||||
};
|
||||
|
||||
me.add_integer_row('bounce_score', gettext('Backscatter Score'),
|
||||
{ defaultValue: 0,
|
||||
minValue: 0, maxValue: 1000,
|
||||
deleteEmpty: true });
|
||||
|
||||
var baseurl = '/config/spam';
|
||||
|
||||
me.selModel = Ext.create('Ext.selection.RowModel', {});
|
||||
|
Loading…
Reference in New Issue
Block a user