]> git.proxmox.com Git - pmg-gui.git/commitdiff
ClusterAdministration.js - sort nodes by cid
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 19 Dec 2017 06:50:37 +0000 (07:50 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 19 Dec 2017 06:50:37 +0000 (07:50 +0100)
js/ClusterAdministration.js

index 8bb69deb28c6b360209023ddadcca5d15947011c..d9fecdcae61d2430923f2c5e46210996bc1c9c94 100644 (file)
@@ -191,7 +191,8 @@ Ext.define('PMG.ClusterAdministration', {
            },
            store: {
                autoLoad: true,
-               model: 'pmg-cluster'
+               model: 'pmg-cluster',
+               sorters: [ 'cid' ]
            },
            tbar: [
                {