]> git.proxmox.com Git - pve-manager.git/blobdiff - www/manager6/pool/Config.js
ui: eslint: fix trailing comma and comma related whitespaces errors
[pve-manager.git] / www / manager6 / pool / Config.js
index fedf25b23ef848a36ec27f5043c398a2023a4560..1f04ba0e86bf9b1e8bd34d824ada5742dfcb628c 100644 (file)
@@ -20,25 +20,25 @@ Ext.define('PVE.pool.Config', {
                    title: gettext('Summary'),
                    iconCls: 'fa fa-book',
                    xtype: 'pvePoolSummary',
-                   itemId: 'summary'
+                   itemId: 'summary',
                },
                {
                    title: gettext('Members'),
                    xtype: 'pvePoolMembers',
                    iconCls: 'fa fa-th',
                    pool: pool,
-                   itemId: 'members'
+                   itemId: 'members',
                },
                {
                    xtype: 'pveACLView',
                    title: gettext('Permissions'),
                    iconCls: 'fa fa-unlock',
                    itemId: 'permissions',
-                   path: '/pool/' + pool
-               }
-           ]
+                   path: '/pool/' + pool,
+               },
+           ],
        });
 
        me.callParent();
-   }
+   },
 });