WebUI: Correct 'All' paging in idnode grids
This commit is contained in:
parent
8d2c02574a
commit
54de3dbc79
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue