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

Unified Diff: Tools/GardeningServer/scripts/treestatus.js

Issue 398653005: Add a details link to ct-tree-status. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 | « no previous file | Tools/GardeningServer/scripts/treestatus_unittests.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/scripts/treestatus.js
diff --git a/Tools/GardeningServer/scripts/treestatus.js b/Tools/GardeningServer/scripts/treestatus.js
index f75b8f8487556cde8209e94c329aea8f1c4d71ae..3e7514bab125ab2fd91a878c6f7981b5703485e6 100644
--- a/Tools/GardeningServer/scripts/treestatus.js
+++ b/Tools/GardeningServer/scripts/treestatus.js
@@ -30,9 +30,9 @@ var treestatus = treestatus || {};
// FIXME: Turn this into a model-object class.
treestatus.urlByName = function(name) {
if (name == 'blink')
- return "http://blink-status.appspot.com/current?format=json";
+ return "http://blink-status.appspot.com/";
if (name == 'chromium')
- return "http://chromium-status.appspot.com/current?format=json";
+ return "http://chromium-status.appspot.com/";
return null;
}
« no previous file with comments | « no previous file | Tools/GardeningServer/scripts/treestatus_unittests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698