mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-07-30 13:38:36 +00:00
change display for 'archiveblockencrypted'
As described in the release notes of ClamAV 0.101.0 the legacy Option ArchiveBlockEncrypted was used for blocking both encrypted archives _and_ documents. This patch reflects the change in the VirusDetectorOptions. [0] https://blog.clamav.net/2018/12/clamav-01010-has-been-released.html Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This commit is contained in:
parent
812ac5f76d
commit
9e9c9d2671
@ -8,7 +8,7 @@ Ext.define('PMG.VirusDetectorOptions', {
|
|||||||
var me = this;
|
var me = this;
|
||||||
|
|
||||||
me.add_boolean_row('archiveblockencrypted',
|
me.add_boolean_row('archiveblockencrypted',
|
||||||
gettext('Block encrypted archives'));
|
gettext('Block encrypted archives and documents'));
|
||||||
|
|
||||||
me.add_integer_row('archivemaxrec', gettext('Max recursion'),
|
me.add_integer_row('archivemaxrec', gettext('Max recursion'),
|
||||||
{ minValue: 1, defaultValue: 5,
|
{ minValue: 1, defaultValue: 5,
|
||||||
@ -48,7 +48,7 @@ Ext.define('PMG.VirusDetectorOptions', {
|
|||||||
onlineHelp: 'pmgconfig_clamav_options'
|
onlineHelp: 'pmgconfig_clamav_options'
|
||||||
},
|
},
|
||||||
interval: 5000,
|
interval: 5000,
|
||||||
cwidth1: 200,
|
cwidth1: 270,
|
||||||
listeners: {
|
listeners: {
|
||||||
itemdblclick: me.run_editor
|
itemdblclick: me.run_editor
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user