]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/UserManagement.js
tree wide: eslint --fix
[pmg-gui.git] / js / UserManagement.js
index fc8cbf4c023a9e795010a06e5aa4aefbdfa22ab0..12583d4b40ccb556b3050648a4645ed3a34a66b5 100644 (file)
@@ -12,19 +12,19 @@ Ext.define('PMG.UserManagement', {
        {
            title: gettext('Local'),
            itemId: 'local',
-           xtype: "pmgUserView"
+           xtype: "pmgUserView",
        },
        {
            title: 'LDAP',
            itemId: 'ldap',
-           xtype: 'pmgLDAPConfig'
+           xtype: 'pmgLDAPConfig',
        },
        {
            title: 'Fetchmail',
            itemId: 'pop',
-           xtype: 'pmgFetchmailView'
-       }
-    ]
+           xtype: 'pmgFetchmailView',
+       },
+    ],
 });