]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/ObjectGroupList.js
utils: anchor regex expression
[pmg-gui.git] / js / ObjectGroupList.js
index b753adaea5553a92480f6d227973d6c8188ed857..80dedc922ed1ba83084b8e1590334dcbf13511ad 100644 (file)
@@ -1,4 +1,3 @@
-/*global Proxmox*/
 Ext.define('pmg-object-group', {
     extend: 'Ext.data.Model',
     fields: ['id', 'name', 'info'],
@@ -89,7 +88,7 @@ Ext.define('PMG.ObjectGroupList', {
            },
            sorters: {
                property: 'name',
-               order: 'DESC',
+               direction: 'ASC',
            },
        });