mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-15 13:36:37 +00:00
ceph: sort disk list
This commit is contained in:
parent
eb4acb3ff8
commit
80e6b7cf7a
@ -598,7 +598,13 @@ Ext.define('PVE.node.CephDiskList', {
|
||||
proxy: {
|
||||
type: 'pve',
|
||||
url: "/api2/json/nodes/" + nodename + "/ceph/disks"
|
||||
}
|
||||
},
|
||||
sorters: [
|
||||
{
|
||||
property : 'dev',
|
||||
direction: 'ASC'
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
var store = Ext.create('PVE.data.DiffStore', { rstore: rstore });
|
||||
|
Loading…
Reference in New Issue
Block a user