From f4756050ff811d3698b7955b0f9dfb6d31ceffa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Tue, 10 May 2011 20:00:49 +0200 Subject: [PATCH] webui: Set default sortorder for channels to assigned number --- src/webui/static/app/chconf.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/webui/static/app/chconf.js b/src/webui/static/app/chconf.js index 6bbc35bc..18476ec7 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'