]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/MailProxyTLSDestinations.js
sorters: use correct property 'direction' and keep default 'ASC'
[pmg-gui.git] / js / MailProxyTLSDestinations.js
index 0bdcc2a17e10798fad2e4b8cbc58fa92738ee5a3..04348c9c554c500abb42b6d6cd5c787dbf516f26 100644 (file)
@@ -8,7 +8,7 @@ Ext.define('pmg-tls-policy', {
     },
     sorters: {
        property: 'destination',
-       order: 'DESC',
+       direction: 'ASC',
     },
 });