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

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

Issue 2872573003: Add UI for botlist to only display Machine Provider bots (Closed)
Patch Set: Created 3 years, 7 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/ui/res/imp/botlist/bot-list-data.html
diff --git a/appengine/swarming/ui/res/imp/botlist/bot-list-data.html b/appengine/swarming/ui/res/imp/botlist/bot-list-data.html
index 85cd2e718ab4faca22f4846b3de3d6e0190eb8a8..6cabdfb2ef62a7c93a4b9c1b8a8a61b46a9f2666 100644
--- a/appengine/swarming/ui/res/imp/botlist/bot-list-data.html
+++ b/appengine/swarming/ui/res/imp/botlist/bot-list-data.html
@@ -280,6 +280,7 @@
pMap["disk_space"] = [];
pMap["task"] = ["busy", "idle"];
pMap["status"] = ["alive", "dead", "quarantined"];
+ pMap["is_mp_bot"] = ["true", "false"];
// No need to sort any of this, bot-filters sorts secondary items
// automatically, especially when the user types a query.

Powered by Google App Engine
This is Rietveld 408576698