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

Unified Diff: dashboard/dashboard/elements/alerts-table.html

Issue 2687933002: Dashboard - Clicking revisions leads to group_reports. (Closed)
Patch Set: 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 | « no previous file | dashboard/dashboard/elements/revision-range.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/elements/alerts-table.html
diff --git a/dashboard/dashboard/elements/alerts-table.html b/dashboard/dashboard/elements/alerts-table.html
index d20a4e9d952497609ddf5a99f9d3227a603c27b7..78882749f0c4c6db54e43e69f4cac19bbfb8ebc3 100644
--- a/dashboard/dashboard/elements/alerts-table.html
+++ b/dashboard/dashboard/elements/alerts-table.html
@@ -376,7 +376,7 @@ found in the LICENSE file.
</bisect-status>
</td>
<td class="revision_range">
- <revision-range start="{{item.start_revision}}" end="{{item.end_revision}}"></revision-range>
+ <revision-range start="{{item.start_revision}}" end="{{item.end_revision}}" alert-key="{{item.key}}"></revision-range>
</td>
<td class="master">{{item.master}}</td>
<td class="bot">{{item.bot}}</td>
« no previous file with comments | « no previous file | dashboard/dashboard/elements/revision-range.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698