[pmg-devel] [PATCH pmg-gui v5 2/3] rules/content-typefilter: add checkbox for file content only matching
Stoiko Ivanov
s.ivanov at proxmox.com
Fri Feb 21 17:48:20 CET 2025
Tested-by: Dominik Csapak <d.csapak at proxmox.com>
Reviewed-by: Dominik Csapak <d.csapak at proxmox.com>
Tested-by: Friedrich Weber <f.weber at proxmox.com>
Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
---
js/Utils.js | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/js/Utils.js b/js/Utils.js
index 94e3c95..257226d 100644
--- a/js/Utils.js
+++ b/js/Utils.js
@@ -416,6 +416,12 @@ Ext.define('PMG.Utils', {
allowBlank: false,
reset: Ext.emptyFn,
},
+ {
+ xtype: 'proxmoxcheckbox',
+ name: 'only-content',
+ fieldLabel: gettext("Ignore header information"),
+ uncheckedValue: '0',
+ },
],
},
3004: {
--
2.39.5
More information about the pmg-devel
mailing list