New issue
Advanced search Search tips

Issue 887066 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Dec 19
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Feature



Sign in to add a comment

Swarming: Remove limit on number of bots shown in /botlist

Project Member Reported by mar...@chromium.org, Sep 19

Issue description

The page already implements pagination logic, and the number of bots is bounded to ten of thousands. So if a user puts a large limit (or 0), the web page should paginate and retrieve all the bots.
 
Cc: -kjlubick@chromium.org
Owner: kjlubick@chromium.org
Status: Fixed (was: Available)
New botlist UI does this.  It will load all of them by default (200 at a time for backend performance/health reasons), except for the main page - which has a "load all button" that overrides this behavior.

Sign in to add a comment