webui: Set default sortorder for channels to assigned number
This commit is contained in:
parent
b197beb3e3
commit
f4756050ff
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ tvheadend.channels = new Ext.data.JsonStore({
|
|||
fields: ['name', 'chid', 'xmltvsrc', 'tags', 'ch_icon',
|
||||
'epg_pre_start', 'epg_post_end', 'number'],
|
||||
id: 'chid',
|
||||
sortInfo: { field: 'number', direction: "ASC" },
|
||||
url: "channels",
|
||||
baseParams: {
|
||||
op: 'list'
|
||||
|
|
Loading…
Add table
Reference in a new issue