From: Jaroslav Kysela Date: Wed, 5 Nov 2014 11:50:38 +0000 (+0100) Subject: bouquets: add mapradio to webui X-Git-Tag: v4.1~829 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=851982fdbf89a5d6b24a9a90ca2d471217b8455a;p=thirdparty%2Ftvheadend.git bouquets: add mapradio to webui --- diff --git a/src/webui/static/app/cteditor.js b/src/webui/static/app/cteditor.js index 5be943a6c..389623cb7 100644 --- a/src/webui/static/app/cteditor.js +++ b/src/webui/static/app/cteditor.js @@ -32,7 +32,8 @@ tvheadend.cteditor = function(panel, index) */ tvheadend.bouquet = function(panel, index) { - var list = 'enabled,name,maptoch,mapnolcn,lcn_off,mapnoname,chtag,source,services_count,comment'; + var list = 'enabled,name,maptoch,mapnolcn,lcn_off,mapnoname,mapradio,' + + 'chtag,source,services_count,comment'; tvheadend.idnode_grid(panel, { url: 'api/bouquet',