| Index: appengine/swarming/elements/res/imp/botlist/bot-filters.html
|
| diff --git a/appengine/swarming/elements/res/imp/botlist/bot-filters.html b/appengine/swarming/elements/res/imp/botlist/bot-filters.html
|
| index 4e5ae28af0dc6a75816ce80dbf5b41ba76814069..4001a457b84bf2c53b3e853fdc6b2ebde18874d0 100644
|
| --- a/appengine/swarming/elements/res/imp/botlist/bot-filters.html
|
| +++ b/appengine/swarming/elements/res/imp/botlist/bot-filters.html
|
| @@ -278,7 +278,7 @@ the fleet.">
|
| // Clamp the limit
|
| lim = Math.max(lim, 1);
|
| lim = Math.min(1000, lim);
|
| - params["_limit"] = [lim];
|
| + params["limit"] = [lim];
|
| // not !== because limit could be a string, e.g. "900"
|
| if (this._limit != lim) {
|
| this.set("_limit", lim);
|
|
|