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

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

Issue 2404883002: Add links to MP and resolve minor fixes (Closed)
Patch Set: Address Polymer comments Created 4 years, 2 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-demo.html
diff --git a/appengine/swarming/elements/res/imp/botlist/bot-list-demo.html b/appengine/swarming/elements/res/imp/botlist/bot-list-demo.html
index bd89740ac2cc3322fef5707cff9e576bd8517d2d..febe2d32ad28828ad0bba7598479055ded717114 100644
--- a/appengine/swarming/elements/res/imp/botlist/bot-list-demo.html
+++ b/appengine/swarming/elements/res/imp/botlist/bot-list-demo.html
@@ -60,6 +60,7 @@
var details = {
server_version: "1234-deadbeef",
+ machine_provider_template: "http://example.com#/leases/%s?foo=bar",
};
server.respondWith("GET", /^\/_ah\/api\/swarming\/v1\/server\/details/, JSON.stringify(details));
server.respondWith("GET", /^\/api\/swarming\/v1\/server\/details/, JSON.stringify(details));

Powered by Google App Engine
This is Rietveld 408576698