]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
striped rows looks nice.
authorAndreas Öman <andreas@lonelycoder.com>
Tue, 26 Aug 2008 14:59:18 +0000 (14:59 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Tue, 26 Aug 2008 14:59:18 +0000 (14:59 +0000)
webui/static/app/chconf.js

index 3b8051dc88a1753c993f27e702f273d23e12ba41..86f5d93d35f930586973c135e578adc782db7698 100644 (file)
@@ -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,