showing channel ids in webui
This commit is contained in:
parent
4fa5e52a09
commit
8ec0a1c105
1 changed files with 10 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue