| Index: appengine/swarming/elements/res/imp/botlist/bot-list-data.html
|
| diff --git a/appengine/swarming/elements/res/imp/botlist/bot-list-data.html b/appengine/swarming/elements/res/imp/botlist/bot-list-data.html
|
| index 6036aa5385ddf3049a2f3fb67591c602407cd3b8..d940e3f669e9e3a0cf3461f9b320e8dc57f1c766 100644
|
| --- a/appengine/swarming/elements/res/imp/botlist/bot-list-data.html
|
| +++ b/appengine/swarming/elements/res/imp/botlist/bot-list-data.html
|
| @@ -30,7 +30,7 @@
|
| For a full list of dimensions in the fleet, see the API call:
|
| https://[swarming_url]/_ah/api/swarming/v1/bots/dimensions
|
| // outputs
|
| - bots: Array<Object>, all bots returned by the botlist. This is an Object
|
| + bots: Array<Object>, all bots returned by the server. This is an Object
|
| with at least the following structure:
|
| dimensions: Array<Object>: Has key:String and value:Array<String>
|
| task_id: String
|
|
|