mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-08-16 08:20:55 +00:00
Add before_queue_filtering checkbox"
This reverts commit a89fcfd62b
.
Since the pmg-log-tracker is now able to parse logs with before queue
we can add the checkbox for enabling it again.
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This commit is contained in:
parent
11f43687bb
commit
bafcdcf887
@ -74,6 +74,8 @@ Ext.define('PMG.MailProxyOptions', {
|
||||
// onlineHelp: 'pmgconfig_mailproxy_before_after_queue',
|
||||
me.rows.ndr_on_block.editor.onlineHelp = 'pmgconfig_mailproxy_before_after_queue';
|
||||
|
||||
me.add_boolean_row('before_queue_filtering', gettext('Before Queue Filtering'));
|
||||
|
||||
var baseurl = '/config/mail';
|
||||
|
||||
me.selModel = Ext.create('Ext.selection.RowModel', {});
|
||||
|
Loading…
Reference in New Issue
Block a user