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

Unified Diff: appengine/swarming/ui/res/imp/botlist/bot-list-shared-behavior.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
« no previous file with comments | « appengine/swarming/ui/res/imp/botlist/bot-list-data.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/ui/res/imp/botlist/bot-list-shared-behavior.html
diff --git a/appengine/swarming/ui/res/imp/botlist/bot-list-shared-behavior.html b/appengine/swarming/ui/res/imp/botlist/bot-list-shared-behavior.html
index 6d7aed937c36417ecd6d73e1cca2f237672f197c..92ef89fc241da6d945448defd69d32777d034a07 100644
--- a/appengine/swarming/ui/res/imp/botlist/bot-list-shared-behavior.html
+++ b/appengine/swarming/ui/res/imp/botlist/bot-list-shared-behavior.html
@@ -25,7 +25,7 @@
value: function() {
// TODO(kjlubick): Add more of these things from state, as they
// needed/useful/requested.
- return ["disk_space", "uptime", "running_time", "task", "status", "version", "external_ip", "internal_ip", "mp_lease_id", "mp_lease_expires", "last_seen", "first_seen", "battery_level", "battery_voltage", "battery_temperature", "battery_status", "battery_health", "bot_temperature", "device_temperature"];
+ return ["disk_space", "uptime", "running_time", "task", "status", "version", "external_ip", "internal_ip", "mp_lease_id", "mp_lease_expires", "last_seen", "first_seen", "battery_level", "battery_voltage", "battery_temperature", "battery_status", "battery_health", "bot_temperature", "device_temperature", "is_mp_bot"];
}
},
},
« no previous file with comments | « appengine/swarming/ui/res/imp/botlist/bot-list-data.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698