WEBUI: use tvCards icon for TV adapters

This commit is contained in:
Jaroslav Kysela 2014-10-10 12:03:17 +02:00
parent 64b21d800f
commit 626fd9053e
2 changed files with 2 additions and 0 deletions

View file

@ -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);

View file

@ -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');