webui: Fix "Page: All" display by using a large value for it instead of -1
This commit is contained in:
parent
5fce3a4941
commit
eb8c99b493
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue