Commit f590883a authored by Dietmar Maurer's avatar Dietmar Maurer

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

parent 8e842181
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' : ''
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment