rules/content-typefilter: add checkbox for file content only matching

Tested-by: Dominik Csapak <d.csapak@proxmox.com>
Reviewed-by: Dominik Csapak <d.csapak@proxmox.com>
Tested-by: Friedrich Weber <f.weber@proxmox.com>
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This commit is contained in:
Stoiko Ivanov 2025-02-21 17:48:20 +01:00 committed by Thomas Lamprecht
parent 918bfd5b94
commit f4b2213ed0

View File

@ -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: {