]> git.proxmox.com Git - pve-manager.git/commitdiff
HA Resource: allow selecting no group
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 20 Apr 2016 11:04:53 +0000 (13:04 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 20 Apr 2016 16:15:47 +0000 (18:15 +0200)
this fixes a regression which was introduced by commit:
a263665b161316a14c20afa51ec3fb4d1bac4edb

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/ha/ResourceEdit.js

index 919e888fd0e50943c52913ec8634aaa9563a5499..fcbd16e5e7ecb99b34d62f3f33edc994cc0037f6 100644 (file)
@@ -47,6 +47,7 @@ Ext.define('PVE.ha.VMResourceInputPanel', {
        me.column2 = [
            {
                xtype: 'pveHAGroupSelector',
+               editable: true,
                name: 'group',
                value: '',
                fieldLabel: gettext('Group')