Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WebUI: Correct 'All' paging in idnode grids
  • Loading branch information
ProfYaffle committed Oct 5, 2014
1 parent 8d2c025 commit 54de3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/static/app/idnode.js
Expand Up @@ -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',
Expand Down

0 comments on commit 54de3db

Please sign in to comment.