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

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

Issue 2558633009: Make old version bots show up yellow on botlist (Closed)
Patch Set: Make classes additive Created 4 years 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-demo.html
diff --git a/appengine/swarming/ui/res/imp/botlist/bot-list-demo.html b/appengine/swarming/ui/res/imp/botlist/bot-list-demo.html
index 80fb46d68629e7a90d66939c1aecbe8d42ff4961..e5bdb21a9275261e4dd3b890c7f612b1c452f54d 100644
--- a/appengine/swarming/ui/res/imp/botlist/bot-list-demo.html
+++ b/appengine/swarming/ui/res/imp/botlist/bot-list-demo.html
@@ -60,6 +60,7 @@
var details = {
server_version: "1234-deadbeef",
+ bot_version: "ec524892ac1cd0748b88c2271371df51402f3daf",
machine_provider_template: "http://example.com#/leases/%s?foo=bar",
};
server.respondWith("GET", /^\/_ah\/api\/swarming\/v1\/server\/details/, JSON.stringify(details));
« no previous file with comments | « appengine/swarming/ui/res/imp/botlist/bot-list.html ('k') | appengine/swarming/ui/res/imp/tasklist/task-filters.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698