webui: Added autoscroll for the TV adapters panel
This commit is contained in:
parent
b887b6d4c7
commit
5de48d54d1
1 changed files with 1 additions and 0 deletions
|
@ -1105,6 +1105,7 @@ tvheadend.idnode_tree = function(conf)
|
|||
var tree = new Ext.tree.TreePanel({
|
||||
loader: loader,
|
||||
flex: 1,
|
||||
autoScroll: true,
|
||||
border: false,
|
||||
animate: false,
|
||||
root: new Ext.tree.AsyncTreeNode({
|
||||
|
|
Loading…
Add table
Reference in a new issue