From 54de3dbc79f0a59a6a4a4c7f1e8ca763f4b619d2 Mon Sep 17 00:00:00 2001 From: Ian Date: Sun, 5 Oct 2014 17:53:14 +0100 Subject: [PATCH] WebUI: Correct 'All' paging in idnode grids --- src/webui/static/app/idnode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/static/app/idnode.js b/src/webui/static/app/idnode.js index 37b58137..909074ee 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',