fix bug #141: allow to create backup job without compression
This commit is contained in:
parent
8e84218183
commit
f590883a4b
2
debian/changelog.Debian
vendored
2
debian/changelog.Debian
vendored
@ -1,5 +1,7 @@
|
||||
pve-manager (2.0-58) unstable; urgency=low
|
||||
|
||||
* fix bug #141: allow to create backup job without compression
|
||||
|
||||
* expose directsync drive cache option
|
||||
|
||||
* add Turkish keyboard layout
|
||||
|
@ -162,6 +162,7 @@ Ext.define('PVE.dc.BackupEdit', {
|
||||
xtype: 'pveCompressionSelector',
|
||||
fieldLabel: gettext('Compression'),
|
||||
name: 'compress',
|
||||
deleteEmpty: me.create ? false : true,
|
||||
value: me.create ? 'lzo' : ''
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user