webui: epggrab - do not collapse panels by default
This commit is contained in:
parent
fad7bbe0fa
commit
6f4ceabb3f
1 changed files with 0 additions and 2 deletions
|
@ -216,7 +216,6 @@ tvheadend.epggrab = function() {
|
|||
width: 700,
|
||||
autoHeight: true,
|
||||
collapsible: true,
|
||||
collapsed: true,
|
||||
items: [externalGrid]
|
||||
});
|
||||
|
||||
|
@ -283,7 +282,6 @@ tvheadend.epggrab = function() {
|
|||
width: 700,
|
||||
autoHeight: true,
|
||||
collapsible: true,
|
||||
collapsed: true,
|
||||
items: [otaInitial, otaCron, otaTimeout, otaGrid]
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue