From 8ec0a1c10595336179ee0297468f21c0b7e61bc9 Mon Sep 17 00:00:00 2001 From: Robert Date: Sun, 8 Nov 2009 18:53:23 +0000 Subject: [PATCH] showing channel ids in webui --- src/webui/static/app/chconf.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/webui/static/app/chconf.js b/src/webui/static/app/chconf.js index 413a9652..b7fc0809 100644 --- a/src/webui/static/app/chconf.js +++ b/src/webui/static/app/chconf.js @@ -132,6 +132,16 @@ tvheadend.chconf = function() var cm = new Ext.grid.ColumnModel([ + { + header: "ChannelID", + dataIndex: 'chid', + width: 50, + + editor: new fm.NumberField({ + minValue: 0, + maxValue: 9999 + }) + }, { header: "Name", dataIndex: 'name',