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