]> git.proxmox.com Git - pve-manager-legacy.git/commitdiff
fix default values in backup dialog
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 19 Oct 2011 10:32:58 +0000 (12:32 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 19 Oct 2011 10:32:58 +0000 (12:32 +0200)
www/manager/qemu/Backup.js

index 4a248789b95d8b288ade7bc310ca85736fdb0d38..f498b893358c255a9b3f7b4126df35a00763046a 100644 (file)
@@ -36,14 +36,14 @@ Ext.define('PVE.qemu.Backup', {
                    xtype: 'pvecheckbox',
                    name: 'compress',
                    uncheckedValue: 0,
-                   value: 1,
+                   checked: true,
                    fieldLabel: 'Compress'
                },
                {
                    xtype: 'pvecheckbox',
                    name: 'snapshot',
                    uncheckedValue: 0,
-                   value: 1,
+                   checked: true,
                    fieldLabel: 'Snapshot mode'
                }
            ]