[webui] make the DVR grids stateful (remember column positions/visibility)

This commit is contained in:
Sam Stenvall 2014-08-08 09:42:14 +03:00 committed by Jaroslav Kysela
parent b4cbe7bb57
commit f89fe54f68

View file

@ -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,