Commit 6ab534d2 authored by Dietmar Maurer's avatar Dietmar Maurer

ceph: sort disk list

parent 5550175f
...@@ -598,7 +598,13 @@ Ext.define('PVE.node.CephDiskList', { ...@@ -598,7 +598,13 @@ Ext.define('PVE.node.CephDiskList', {
proxy: { proxy: {
type: 'pve', type: 'pve',
url: "/api2/json/nodes/" + nodename + "/ceph/disks" url: "/api2/json/nodes/" + nodename + "/ceph/disks"
} },
sorters: [
{
property : 'dev',
direction: 'ASC'
}
]
}); });
var store = Ext.create('PVE.data.DiffStore', { rstore: rstore }); var store = Ext.create('PVE.data.DiffStore', { rstore: rstore });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment