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

Unified Diff: appengine/swarming/elements/res/imp/tasklist/task-list-demo.html

Issue 2404883002: Add links to MP and resolve minor fixes (Closed)
Patch Set: Fix test 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/tasklist/task-list-demo.html
diff --git a/appengine/swarming/elements/res/imp/tasklist/task-list-demo.html b/appengine/swarming/elements/res/imp/tasklist/task-list-demo.html
index 9445a8ecd48c4a5f9ad35a5f457c7cdeb6741788..b6080ce04bb9d65ed3d3aa0444bb42aa67446810 100644
--- a/appengine/swarming/elements/res/imp/tasklist/task-list-demo.html
+++ b/appengine/swarming/elements/res/imp/tasklist/task-list-demo.html
@@ -71,6 +71,7 @@
var details = {
server_version: "1234-deadbeef",
+ sk_revision_prefix: "https://skia.googlesource.com/skia/+/",
};
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