Sidtochan option not showing on the front-end - this patch fixes that issue

This commit is contained in:
Norm Dressler 2012-09-18 18:53:46 -04:00 committed by Adam Sutton
parent 5d7be10269
commit 5e97efc8a5

View file

@ -1156,10 +1156,12 @@ tvheadend.dvb_adapter_general = function(adapterData, satConfStore) {
fieldLabel : 'Turn off LNB when idle',
name : 'poweroff'
});
new Ext.form.Checkbox({
items.push(v);
v = new Ext.form.Checkbox({
fieldLabel : 'Use SID as channel number during mapping',
name : 'sidtochan'
}), items.push(v);
}),
items.push(v);
}
var confform = new Ext.FormPanel({