]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/ActionList.js
hourly mail distribution chart: add dynamic color switching
[pmg-gui.git] / js / ActionList.js
index a375636a98ec095fede154ab8e3358479eaf0eb9..a94e3e14e88113d0a74db920d6f636ba66ffc076 100644 (file)
@@ -31,7 +31,7 @@ Ext.define('PMG.ActionList', {
            },
            sorters: {
                property: 'name',
-               order: 'DESC',
+               direction: 'ASC',
            },
        });
 
@@ -85,7 +85,7 @@ Ext.define('PMG.ActionList', {
            menu_items.push({
                text: config.subject,
                handler: function() {
-                   if (me.baseurl == undefined) {
+                   if (me.baseurl === undefined) {
                        return;
                    }
                    config.url = me.baseurl + '/' + editor.subdir;