]> git.proxmox.com Git - pve-manager-legacy.git/commitdiff
fix bug #141: allow to create backup job without compression
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 11 Apr 2012 08:37:39 +0000 (10:37 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 11 Apr 2012 08:37:39 +0000 (10:37 +0200)
debian/changelog.Debian
www/manager/dc/Backup.js

index a6cadaf762b77981013cb7d7d654feac8b5188b9..a8c9c5938d574caa7e849f9eee5f02a00254dd96 100644 (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
index 34a56c97c54b70cdfb2181839429d9270a1d9dba..d069d9c5ca3285096936172f3cc76d91f3086e1a 100644 (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' : ''
            },
            {