From: Sam Stenvall Date: Fri, 8 Aug 2014 06:42:14 +0000 (+0300) Subject: [webui] make the DVR grids stateful (remember column positions/visibility) X-Git-Tag: v4.1~1607 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f89fe54f68488dae728d52ebe8d37f8922b2caed;p=thirdparty%2Ftvheadend.git [webui] make the DVR grids stateful (remember column positions/visibility) --- diff --git a/src/webui/static/app/dvr.js b/src/webui/static/app/dvr.js index 701594fea..cbd834519 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,