[pmg-devel] [PATCH pmg-gui] Add before_queue_filtering checkbox"

Stoiko Ivanov s.ivanov at proxmox.com
Fri Apr 17 15:01:08 CEST 2020


This reverts commit a89fcfd62baa400ede4eb93f2eff492d2e5caf06.

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 at proxmox.com>
---
 js/MailProxyOptions.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/js/MailProxyOptions.js b/js/MailProxyOptions.js
index ce36411..58a6a8a 100644
--- a/js/MailProxyOptions.js
+++ b/js/MailProxyOptions.js
@@ -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', {});
-- 
2.20.1




More information about the pmg-devel mailing list