]> git.proxmox.com Git - pve-manager.git/commitdiff
Missing commas added
authorMichael Rasmussen <mir@datanom.net>
Thu, 26 Jun 2014 18:31:59 +0000 (20:31 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 27 Jun 2014 09:28:24 +0000 (11:28 +0200)
Signed-off-by: Michael Rasmussen <mir@datanom.net>
www/manager/storage/ZFSEdit.js

index 8581dc47e4123f03d84fc21c5fe527871f2a2728..09046754fd36a05442073c1159da0846000c1f10 100644 (file)
@@ -61,7 +61,7 @@ Ext.define('PVE.storage.ZFSInputPanel', {
                value: 'iqn.2010-09.org.openindiana:omnios:....',
                fieldLabel: gettext('Target'),
                allowBlank: false
-           }
+           },
            {
            xtype: me.create ? 'textfield' : 'displayfield',
            name: 'comstar_tg',
@@ -87,7 +87,7 @@ Ext.define('PVE.storage.ZFSInputPanel', {
                value: 'Comstar',
                fieldLabel: gettext('iSCSI Provider'),
                allowBlank: false
-           }
+           },
            xtype: 'pvecheckbox',
            name: 'sparse',
            checked: false,