WEBUI: use tvCards icon for TV adapters
This commit is contained in:
parent
64b21d800f
commit
626fd9053e
2 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
|
@ -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');
|
||||
|
|
Loading…
Add table
Reference in a new issue