diff --git a/webui/static/app/chconf.js b/webui/static/app/chconf.js index 3b8051dc..86f5d93d 100644 --- a/webui/static/app/chconf.js +++ b/webui/static/app/chconf.js @@ -78,6 +78,7 @@ tvheadend.channeldetails = function(chid, chname) { var transportsgrid = new Ext.grid.EditorGridPanel({ title:'Transports', anchor: '100% 50%', + stripeRows:true, plugins:[enabledColumn, expander], store: transportsstore, clicksToEdit: 2,