mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-10-04 05:48:46 +00:00
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:
parent
f4b2213ed0
commit
d017b7bb33
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user