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. |