webui: Fix "Page: All" display by using a large value for it instead of -1

This commit is contained in:
Dave Chapman 2013-12-06 23:40:53 +00:00
parent 5fce3a4941
commit eb8c99b493

View file

@ -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',