mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-08-09 08:03:02 +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'),
|
title: gettext('Quarantine'),
|
||||||
xtype: 'pmgSpamQuarantineOptions'
|
xtype: 'pmgSpamQuarantineOptions'
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: gettext('Backscatter'),
|
|
||||||
html: 'Backscatter'
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: gettext('Theme'),
|
title: gettext('Theme'),
|
||||||
html: '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';
|
var baseurl = '/config/spam';
|
||||||
|
|
||||||
me.selModel = Ext.create('Ext.selection.RowModel', {});
|
me.selModel = Ext.create('Ext.selection.RowModel', {});
|
||||||
|
Loading…
Reference in New Issue
Block a user