]> git.proxmox.com Git - pve-manager.git/blobdiff - www/manager6/dc/SecurityGroups.js
drop jslint lines
[pve-manager.git] / www / manager6 / dc / SecurityGroups.js
index 6e47cdc2452bc3c29a9554e5436e34f46cbd20df..f730721f3c862682edc450e7d2e477ff1e5ad651 100644 (file)
@@ -49,7 +49,7 @@ Ext.define('PVE.SecurityGroupEdit', {
            });
         }
 
-       var ipanel = Ext.create('PVE.panel.InputPanel', {
+       var ipanel = Ext.create('Proxmox.panel.InputPanel', {
        // InputPanel does not have a 'create' property, does it need a 'isCreate'
            isCreate: me.isCreate,
            items: items 
@@ -81,7 +81,6 @@ Ext.define('PVE.SecurityGroupList', {
     base_url: "/cluster/firewall/groups",
 
     initComponent: function() {
-       /*jslint confusion: true */
         var me = this;
 
        if (me.rule_panel == undefined) {