]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/SpamDetectorStatus.js
quarantine grids: use arrow function for size renderer
[pmg-gui.git] / js / SpamDetectorStatus.js
index 4b6d0fb6e8d44082a405af2dcac4447bc7aa7980..a0da9ff49358ee9f204db39554c0790334d4dfa1 100644 (file)
@@ -94,7 +94,7 @@ Ext.define('PMG.SpamDetectorStatusGrid', {
            },
            sorters: {
                property: 'name',
-               order: 'DESC',
+               direction: 'ASC',
            },
        });