showing channel ids in webui

This commit is contained in:
Robert 2009-11-08 18:53:23 +00:00
parent 4fa5e52a09
commit 8ec0a1c105

View file

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