fix the order of the data directory and add peer record ip address sorting again
This commit is contained in:
parent
4d5d31a2b0
commit
ab38ca2ad4
1
deluge/ui/web/js/deluge-all/data/.order
Normal file
1
deluge/ui/web/js/deluge-all/data/.order
Normal file
@ -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…
x
Reference in New Issue
Block a user