mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 15:08:40 +00:00
update the sorter to point to the correct function
This commit is contained in:
parent
676c59c318
commit
17903c78d4
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ Deluge.data.Peer = Ext.data.Record.create([
|
||||||
}, {
|
}, {
|
||||||
name: 'ip',
|
name: 'ip',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
sortType: Deluge.Sorters.ipSorter
|
sortType: Deluge.data.SortTypes.asIPAddress
|
||||||
}, {
|
}, {
|
||||||
name: 'client',
|
name: 'client',
|
||||||
type: 'string'
|
type: 'string'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue