--- tvheadend/src/webui/static/app/chconf.js 2011-04-13 09:01:13.751138001 +0200 +++ tvheadend-mod/src/webui/static/app/chconf.js 2011-04-13 08:57:36.000000000 +0200 @@ -30,6 +30,7 @@ tvheadend.channels = new Ext.data.JsonSt 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'