From f4b2213ed02023721afdeb67df0684dbc0e2cf68 Mon Sep 17 00:00:00 2001 From: Stoiko Ivanov Date: Fri, 21 Feb 2025 17:48:20 +0100 Subject: [PATCH] rules/content-typefilter: add checkbox for file content only matching Tested-by: Dominik Csapak Reviewed-by: Dominik Csapak Tested-by: Friedrich Weber Signed-off-by: Stoiko Ivanov --- 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: {