Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI: use tvCards icon for TV adapters
  • Loading branch information
perexg committed Oct 10, 2014
1 parent 64b21d8 commit 626fd90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/webui/static/app/idnode.js
Expand Up @@ -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);
Expand Down
1 change: 1 addition & 0 deletions src/webui/static/app/tvadapters.js
Expand Up @@ -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');
Expand Down

0 comments on commit 626fd90

Please sign in to comment.