]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/UserManagement.js
quarantine list: code cleanup
[pmg-gui.git] / js / UserManagement.js
index 21e574005ca93ef5d04c2c85c506ebf8c04860b5..12583d4b40ccb556b3050648a4645ed3a34a66b5 100644 (file)
@@ -11,17 +11,20 @@ Ext.define('PMG.UserManagement', {
     items: [
        {
            title: gettext('Local'),
-           html: "local"
+           itemId: 'local',
+           xtype: "pmgUserView",
        },
        {
-           title: gettext('LDAP'),
-           xtype: 'pmgLDAPConfig'
+           title: 'LDAP',
+           itemId: 'ldap',
+           xtype: 'pmgLDAPConfig',
        },
        {
-           title: gettext('POP'),
-           html: "POP"
-       }
-    ]
+           title: 'Fetchmail',
+           itemId: 'pop',
+           xtype: 'pmgFetchmailView',
+       },
+    ],
 });