Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2242)

Unified Diff: appengine/swarming/elements/res/imp/botlist/bot-list-data.html

Issue 2241413002: Refactor out reusable pieces from new Botlist (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@master
Patch Set: Address comments Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698