From: John Törnblom Date: Wed, 9 Jan 2013 15:45:14 +0000 (+0100) Subject: webui: expose a "play" url to the entire mux. X-Git-Tag: v3.5~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1749a27c96e7a7b2b894c3d9b891363233d0c7d;p=thirdparty%2Ftvheadend.git webui: expose a "play" url to the entire mux. --- diff --git a/src/webui/static/app/dvb.js b/src/webui/static/app/dvb.js index a38085277..d351c98c3 100644 --- a/src/webui/static/app/dvb.js +++ b/src/webui/static/app/dvb.js @@ -24,6 +24,14 @@ tvheadend.dvb_muxes = function(adapterData, satConfStore) { var cmlist = Array(); cmlist.push(enabledColumn, { + header : "Play", + dataIndex : 'id', + width : 50, + renderer : function(value, metadata, record, row, col, store) { + url = 'stream/mux/' + value + return 'Play' + } + }, { header : "Network", dataIndex : 'network', width : 200