[pve-devel] [PATCH manager] HA Resource: allow selecting no group
Thomas Lamprecht
t.lamprecht at proxmox.com
Wed Apr 20 13:04:53 CEST 2016
this fixes a regression which was introduced by commit:
48cf541624fc66235fa65665c0280f510544711e
Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
www/manager6/ha/ResourceEdit.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/www/manager6/ha/ResourceEdit.js b/www/manager6/ha/ResourceEdit.js
index 919e888..fcbd16e 100644
--- a/www/manager6/ha/ResourceEdit.js
+++ b/www/manager6/ha/ResourceEdit.js
@@ -47,6 +47,7 @@ Ext.define('PVE.ha.VMResourceInputPanel', {
me.column2 = [
{
xtype: 'pveHAGroupSelector',
+ editable: true,
name: 'group',
value: '',
fieldLabel: gettext('Group')
--
2.1.4
More information about the pve-devel
mailing list