webui: Set default sortorder for channels to assigned number

This commit is contained in:
Andreas Öman 2011-05-10 20:00:49 +02:00
parent b197beb3e3
commit f4756050ff

View file

@ -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'