]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/LDAPGroupEditor.js
remove BETA, do not display repoid
[pmg-gui.git] / js / LDAPGroupEditor.js
index ac7d49db5121a5b23bbc289518e22ca06410469b..4280a41c1cbfd302ba90b4197365acd7ab8c90e3 100644 (file)
@@ -57,21 +57,22 @@ Ext.define('PMG.LDAPGroupInputPanel', {
            'field[name=profile]': {
                change: 'changeProfile'
            }
-       },
+       }
     },
 
     items: [
        {
            xtype: 'proxmoxKVComboBox',
            name: 'mode',
+           value: 'group',
            comboItems: [
                [ 'group', gettext('Group member') ],
                [ 'profile-any', gettext('Existing LDAP address')],
                [ 'any', gettext('Existing LDAP address') +
-                 ' (' +  PMG.Utils.anyProfileText + ')'],
+                 ', any profile' ],
                [ 'profile-none', gettext('Unknown LDAP address')],
                [ 'none', gettext('Unknown LDAP address') +
-                 ' (' +  PMG.Utils.anyProfileText + ')'],
+                 ', any profile' ]
            ],
            fieldLabel: gettext("Match")
        },
@@ -96,5 +97,5 @@ Ext.define('PMG.LDAPGroupEditor', {
 
     width: 500,
 
-    items: { xtype: 'pmgLDAPGroupInputPanel' }
+    items: [{ xtype: 'pmgLDAPGroupInputPanel' }]
 });