From eb8c99b493bb7066f9fc4a228d6ed7b53a70584f Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Fri, 6 Dec 2013 23:40:53 +0000 Subject: [PATCH] webui: Fix "Page: All" display by using a large value for it instead of -1 --- 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 8ba75916..e169d197 100644 --- a/src/webui/static/app/idnode.js +++ b/src/webui/static/app/idnode.js @@ -881,7 +881,7 @@ tvheadend.idnode_grid = function(panel, conf) id : 0, fields : [ 'key', 'val' ], data : [[25, '25'], [50, '50'], [100, '100'], - [200, '200'], [-1, 'All']] + [200, '200'], [9999999999, 'All']] }), value : 50, mode : 'local',