[pve-devel] [PATCH pve-manager 2/3] ext6migrate: push array elements separately
Emmanuel Kasper
e.kasper at proxmox.com
Thu Feb 4 14:46:38 CET 2016
---
www/manager6/form/IPRefSelector.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www/manager6/form/IPRefSelector.js b/www/manager6/form/IPRefSelector.js
index a017e15..fbf8a5d 100644
--- a/www/manager6/form/IPRefSelector.js
+++ b/www/manager6/form/IPRefSelector.js
@@ -54,7 +54,7 @@ Ext.define('PVE.form.IPRefSelector', {
});
}
- columns.push([
+ columns.push(
{
header: gettext('Name'),
dataIndex: 'ref',
@@ -66,7 +66,7 @@ Ext.define('PVE.form.IPRefSelector', {
dataIndex: 'comment',
flex: 1
}
- ]);
+ );
Ext.apply(me, {
store: store,
--
2.1.4
More information about the pve-devel
mailing list