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