fix bug #141: allow to create backup job without compression

This commit is contained in:
Dietmar Maurer 2012-04-11 10:37:39 +02:00
parent 8e84218183
commit f590883a4b
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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' : ''
},
{