mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 15:08:40 +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'
|
type: 'string'
|
||||||
}, {
|
}, {
|
||||||
name: 'ip',
|
name: 'ip',
|
||||||
type: 'string'
|
type: 'string',
|
||||||
|
sortType: Deluge.data.SortTypes.asIPAddress
|
||||||
}, {
|
}, {
|
||||||
name: 'client',
|
name: 'client',
|
||||||
type: 'string'
|
type: 'string'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue