]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
[webui] make the DVR grids stateful (remember column positions/visibility)
authorSam Stenvall <neggelandia@gmail.com>
Fri, 8 Aug 2014 06:42:14 +0000 (09:42 +0300)
committerJaroslav Kysela <perex@perex.cz>
Fri, 8 Aug 2014 15:37:46 +0000 (17:37 +0200)
src/webui/static/app/dvr.js

index 701594fea14c9feff88be417855d78fa8fceb372..cbd834519dac3b77a9c69d6ff2961a213b77625a 100644 (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,