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

Unified Diff: dashboard/dashboard/elements/speed-releasing-table-test.html

Issue 2658643005: Added report URLs to the dashboard. (Closed)
Patch Set: resolving merge conficts Created 3 years, 10 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 | « dashboard/dashboard/elements/speed-releasing-table.html ('k') | dashboard/dashboard/speed_releasing.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/elements/speed-releasing-table-test.html
diff --git a/dashboard/dashboard/elements/speed-releasing-table-test.html b/dashboard/dashboard/elements/speed-releasing-table-test.html
index a87075519c7bc2a5d5d3456617de464d0e61b80a..11a9d930c64ea72ec77ec25ed888e5c155a3f3f3 100644
--- a/dashboard/dashboard/elements/speed-releasing-table-test.html
+++ b/dashboard/dashboard/elements/speed-releasing-table-test.html
@@ -87,6 +87,19 @@ tr.b.unittest.testSuite(function() {
'background': 2
};
+ var urlMap = {
+ 'master/bot/test/test': '/do/not/click/me',
+ 'master/bot/test/test1': '/do/not/click/me',
+ 'master/bot/test2/test3': '/do/not/click/me',
+ 'master/bot/test2/test4': '/do/not/click/me',
+ 'master/bot/test2/test5': '/do/not/click/me',
+ 'master2/bot2/test/test': '/do/not/click/me',
+ 'master2/bot2/test/test1': '/do/not/click/me',
+ 'master2/bot2/test2/test3': '/do/not/click/me',
+ 'master2/bot2/test2/test4': '/do/not/click/me',
+ 'master2/bot2/test2/test5': '/do/not/click/me',
+ };
+
var revisions = [456, 123];
var displayRevisions = ['456-b', '123-a'];
@@ -101,6 +114,7 @@ tr.b.unittest.testSuite(function() {
'units': unitMap,
'revisions': revisions,
'categories': categories,
+ 'urls': urlMap,
'display_revisions': displayRevisions,
};
testing_common.addXhrMock('/speed_releasing/undefined?=',
« no previous file with comments | « dashboard/dashboard/elements/speed-releasing-table.html ('k') | dashboard/dashboard/speed_releasing.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698