From 479beb27ba91e1aa854c0cd3bf45f0d16fa9e49f Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 5 Jan 2018 10:25:26 +0100 Subject: [PATCH] webui: add abuttons to grid for idnode_grid() builder --- src/webui/static/app/idnode.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/webui/static/app/idnode.js b/src/webui/static/app/idnode.js index 538de570d..bd31c35de 100644 --- a/src/webui/static/app/idnode.js +++ b/src/webui/static/app/idnode.js @@ -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); -- 2.47.3