mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
fix the order of the data directory and add peer record ip address sorting again
This commit is contained in:
parent
4d5d31a2b0
commit
ab38ca2ad4
2 changed files with 3 additions and 1 deletions
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…
Add table
Reference in a new issue