]> git.proxmox.com Git - proxmox-widget-toolkit.git/blobdiff - src/Schema.js
language selector: increase only picker list view
[proxmox-widget-toolkit.git] / src / Schema.js
index 372af898141a8e5a59dec191d00cc1f5a421f03a..b247b1ee5dc8da797f54c4f5e2fef921d443ff3b 100644 (file)
@@ -7,6 +7,7 @@ Ext.define('Proxmox.Schema', { // a singleton
            add: false,
            edit: false,
            pwchange: true,
+           sync: false,
        },
        openid: {
            name: gettext('OpenID Connect Server'),
@@ -15,15 +16,18 @@ Ext.define('Proxmox.Schema', { // a singleton
            edit: true,
            tfa: false,
            pwchange: false,
+           sync: false,
            iconCls: 'pmx-itype-icon-openid-logo',
        },
        ldap: {
            name: gettext('LDAP Server'),
            ipanel: 'pmxAuthLDAPPanel',
+           syncipanel: 'pmxAuthLDAPSyncPanel',
            add: true,
            edit: true,
            tfa: true,
            pwchange: false,
+           sync: true,
        },
     },
     // to add or change existing for product specific ones