fix the order of the data directory and add peer record ip address sorting again
This commit is contained in:
parent
4d5d31a2b0
commit
ab38ca2ad4
|
@ -0,0 +1 @@
|
|||
+ SortTypes.js
|
|
@ -50,7 +50,8 @@ Deluge.data.Peer = Ext.data.Record.create([
|
|||
type: 'string'
|
||||
}, {
|
||||
name: 'ip',
|
||||
type: 'string'
|
||||
type: 'string',
|
||||
sortType: Deluge.data.SortTypes.asIPAddress
|
||||
}, {
|
||||
name: 'client',
|
||||
type: 'string'
|
||||
|
|
Loading…
Reference in New Issue