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

Unified Diff: dashboard/dashboard/elements/chart-tooltip.html

Issue 2569523003: wip (Closed)
Patch Set: wip Created 4 years 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/chart-container.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/elements/chart-tooltip.html
diff --git a/dashboard/dashboard/elements/chart-tooltip.html b/dashboard/dashboard/elements/chart-tooltip.html
index 99342347ecfce592337d2278099d11095c1edac2..9c51c32abd9a9d7247abcd9ce02c576fa8405683 100644
--- a/dashboard/dashboard/elements/chart-tooltip.html
+++ b/dashboard/dashboard/elements/chart-tooltip.html
@@ -85,7 +85,7 @@ was just clicked.
<span hidden$="{{bugNotInvalid(bugId)}}">Invalid alert</span>
<span hidden$="{{bugNotIgnored(bugId)}}">Ignored alert</span>
<span hidden$="{{!recovered}}">Recovered alert</span>
- <alert-remove-box key="{{alertKey}}" xsrf-token="{{xsrfToken}}" on-untriaged="onUntriaged">
+ <alert-remove-box key="{{alertKey}}" xsrf-token="{{xsrfToken}}" on-untriaged="onUntriaged" bug-id="{{bugId}}">
</alert-remove-box><br>
<a href="/group_report?keys={{alertKey}}">View alert graph</a>
</div>
@@ -202,6 +202,8 @@ was just clicked.
* Fires a 'triaged' event, which should be caught in chart-container.
*/
onUntriaged: function(event, detail) {
+ console.log('untriaged tooltip');
+ console.log(this.triagedAlerts);
this.fire('triaged', {
'alerts': this.triagedAlerts,
'bugid': null
« no previous file with comments | « dashboard/dashboard/elements/chart-container.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698