]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/ActionList.js
StatTimeSelector: don't show invalid month/day combinations
[pmg-gui.git] / js / ActionList.js
index bb13a5bb51ffbc16e0aff649c29720f01b4a9771..a94e3e14e88113d0a74db920d6f636ba66ffc076 100644 (file)
@@ -31,7 +31,7 @@ Ext.define('PMG.ActionList', {
            },
            sorters: {
                property: 'name',
-               order: 'DESC',
+               direction: 'ASC',
            },
        });