diff --git a/src/panel/AuthView.js b/src/panel/AuthView.js index 781e84e..69fe1a5 100644 --- a/src/panel/AuthView.js +++ b/src/panel/AuthView.js @@ -39,7 +39,7 @@ Ext.define('Proxmox.panel.AuthView', { model: 'pmx-domains', sorters: { property: 'realm', - order: 'DESC', + direction: 'ASC', }, }, diff --git a/src/window/ACMEAccount.js b/src/window/ACMEAccount.js index 05278a8..cf16736 100644 --- a/src/window/ACMEAccount.js +++ b/src/window/ACMEAccount.js @@ -45,7 +45,7 @@ Ext.define('Proxmox.window.ACMEAccountCreate', { proxy: { type: 'proxmox' }, sorters: { property: 'name', - order: 'ASC', + direction: 'ASC', }, }, listConfig: {