]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/LDAPConfig.js
dashboard: implement columns browser setting
[pmg-gui.git] / js / LDAPConfig.js
index d7e426388c930b7d963572eda41807bfd57da4f2..c2f391727969190df95b7d6184e3d5a4e2eacf61 100644 (file)
@@ -518,26 +518,28 @@ Ext.define('PMG.LDAPConfigGrid', {
        model: 'pmg-ldap-config',
        sorters: [{
            property: 'profile',
-           order: 'DESC',
+           direction: 'ASC',
        }],
     },
 
     tbar: [
+       {
+           text: gettext('Create'),
+           handler: 'newProfile',
+       },
+       '-',
        {
            xtype: 'proxmoxButton',
            text: gettext('Edit'),
            disabled: true,
            handler: 'run_editor',
        },
-       {
-           text: gettext('Create'),
-           handler: 'newProfile',
-       },
        {
            xtype: 'proxmoxStdRemoveButton',
            baseurl: '/config/ldap',
            callback: 'reload',
        },
+       '-',
        {
            xtype: 'proxmoxButton',
            text: gettext('Synchronize'),