From: Andreas Ă–man Date: Tue, 10 May 2011 18:00:49 +0000 (+0200) Subject: webui: Set default sortorder for channels to assigned number X-Git-Tag: 2.99~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4756050ff811d3698b7955b0f9dfb6d31ceffa5;p=thirdparty%2Ftvheadend.git webui: Set default sortorder for channels to assigned number --- diff --git a/src/webui/static/app/chconf.js b/src/webui/static/app/chconf.js index 6bbc35bcd..18476ec7d 100644 --- a/src/webui/static/app/chconf.js +++ b/src/webui/static/app/chconf.js @@ -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'