From f89fe54f68488dae728d52ebe8d37f8922b2caed Mon Sep 17 00:00:00 2001 From: Sam Stenvall Date: Fri, 8 Aug 2014 09:42:14 +0300 Subject: [PATCH] [webui] make the DVR grids stateful (remember column positions/visibility) --- src/webui/static/app/dvr.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/webui/static/app/dvr.js b/src/webui/static/app/dvr.js index 701594fe..cbd83451 100644 --- a/src/webui/static/app/dvr.js +++ b/src/webui/static/app/dvr.js @@ -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,