]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
webui: add abuttons to grid for idnode_grid() builder
authorJaroslav Kysela <perex@perex.cz>
Fri, 5 Jan 2018 09:25:26 +0000 (10:25 +0100)
committerJaroslav Kysela <perex@perex.cz>
Fri, 5 Jan 2018 09:25:26 +0000 (10:25 +0100)
src/webui/static/app/idnode.js

index 538de570d406728958cd6a2b8cef7f2aa8763537..bd31c35de238503d0c82555fbedde8cf71d99733 100644 (file)
@@ -2106,6 +2106,7 @@ tvheadend.idnode_grid = function(panel, conf)
         });
         if (conf.beforeedit)
           grid.on('beforeedit', conf.beforeedit);
+        grid.abuttons = abuttons;
 
         dpanel.add(grid);
         dpanel.doLayout(false, true);