fix #2709: rules: match-field: add top-level-only checkbox

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:21 +01:00 committed by Thomas Lamprecht
parent f4b2213ed0
commit d017b7bb33

View File

@ -376,6 +376,12 @@ Ext.define('PMG.Utils', {
fieldLabel: gettext('Test String'),
regexFieldReference: 'value',
},
{
xtype: 'proxmoxcheckbox',
name: 'top-part-only',
fieldLabel: gettext("Only top level headers"),
uncheckedValue: '0',
},
],
},
3003: {