From: Ian Date: Sun, 5 Oct 2014 16:53:14 +0000 (+0100) Subject: WebUI: Correct 'All' paging in idnode grids X-Git-Tag: v4.1~1120 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F493%2Fhead;p=thirdparty%2Ftvheadend.git WebUI: Correct 'All' paging in idnode grids --- diff --git a/src/webui/static/app/idnode.js b/src/webui/static/app/idnode.js index 37b58137d..909074ee8 100644 --- a/src/webui/static/app/idnode.js +++ b/src/webui/static/app/idnode.js @@ -1331,7 +1331,7 @@ tvheadend.idnode_grid = function(panel, conf) id: 0, fields: ['key', 'val'], data: [[25, '25'], [50, '50'], [100, '100'], - [200, '200'], [9999999999, 'All']] + [200, '200'], [999999999, 'All']] }), value: 50, mode: 'local',