]> git.proxmox.com Git - pve-manager.git/commitdiff
fix lint error
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 2 Aug 2016 09:12:59 +0000 (11:12 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 2 Aug 2016 09:30:34 +0000 (11:30 +0200)
no traling commas

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/manager6/qemu/CreateWizard.js

index 08b789951d1e89ccc65b87d7375ecf7b0fd79626..8cf0f23259e00d260b4d6e207515002c99002b09 100644 (file)
@@ -98,7 +98,7 @@ Ext.define('PVE.qemu.CreateWizard', {
                {
                    title: gettext('OS'),
                    xtype: 'pveQemuOSTypePanel',
-                   insideWizard: true,
+                   insideWizard: true
                },
                cdpanel,
                hdpanel,