Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[webui] make the DVR grids stateful (remember column positions/visibi…
…lity)
  • Loading branch information
Jalle19 authored and perexg committed Aug 8, 2014
1 parent b4cbe7b commit f89fe54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/webui/static/app/dvr.js
Expand Up @@ -565,6 +565,8 @@ tvheadend.dvrschedule = function(title, iconCls, dvrStore) {
]);

var panel = new Ext.grid.GridPanel({
stateful: true,
stateId: dvrStore.url,
loadMask: true,
stripeRows: true,
disableSelection: false,
Expand Down

0 comments on commit f89fe54

Please sign in to comment.