]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/Workspace.js
add simple LDAP configuration panel
[pmg-gui.git] / js / Workspace.js
index 4f00aba51831e297d52bfdf7794efbef5d7fbd3c..c57ddacb1bc81d36d49031585b737bf659001395 100644 (file)
@@ -228,7 +228,7 @@ Ext.define('PMG.StdWorkspace', {
                            groups: ['filter'],
                            title: PMG.Utils.oclass_text['action'],
                            itemId: 'filter-actions',
-                           items: [{ xtype: 'pmgActionConfiguration' }]
+                           items: [{ xtype: 'pmgActionList' }]
                        },
                        {
                            xtype: 'panel',
@@ -285,7 +285,7 @@ Ext.define('PMG.StdWorkspace', {
                            groups: ['configuration'],
                            title: gettext('User Management'),
                            itemId: 'config-users',
-                           html: "User Management"
+                           items: [{ xtype: 'pmgUserManagement' }]
                        },
                        {
                            xtype: 'panel',