From: Jaroslav Kysela Date: Fri, 10 Oct 2014 10:03:17 +0000 (+0200) Subject: WEBUI: use tvCards icon for TV adapters X-Git-Tag: v4.1~1089 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=626fd9053e624efa92c6b996c00facf58062e0ff;p=thirdparty%2Ftvheadend.git WEBUI: use tvCards icon for TV adapters --- diff --git a/src/webui/static/app/idnode.js b/src/webui/static/app/idnode.js index 55ff62438..5be2eb388 100644 --- a/src/webui/static/app/idnode.js +++ b/src/webui/static/app/idnode.js @@ -1960,6 +1960,7 @@ tvheadend.idnode_tree = function(panel, conf) header: false, layout: 'fit', title: conf.title || '', + iconCls: conf.iconCls || '' }); tvheadend.paneladd(panel, dpanel, conf.tabIndex); diff --git a/src/webui/static/app/tvadapters.js b/src/webui/static/app/tvadapters.js index 1f0aaf508..9cfa5fde9 100644 --- a/src/webui/static/app/tvadapters.js +++ b/src/webui/static/app/tvadapters.js @@ -3,6 +3,7 @@ tvheadend.tvadapters = function(panel, index) { tvheadend.idnode_tree(panel, { url: 'api/hardware/tree', title: 'TV adapters', + iconCls: 'tvCards', tabIndex: index, help: function() { new tvheadend.help('TV adapters', 'config_tvadapters.html');