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

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

Issue 2616153002: Create debug dialog for data stoppage alerts. (Closed)
Patch Set: Addressed review comments Created 3 years, 11 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: dashboard/dashboard/elements/chart-tooltip.html
diff --git a/dashboard/dashboard/elements/chart-tooltip.html b/dashboard/dashboard/elements/chart-tooltip.html
index 99342347ecfce592337d2278099d11095c1edac2..1660a3d8ec6bd1f92761c4d1808307a8d7043f27 100644
--- a/dashboard/dashboard/elements/chart-tooltip.html
+++ b/dashboard/dashboard/elements/chart-tooltip.html
@@ -15,6 +15,7 @@ was just clicked.
<link rel="import" href="/dashboard/elements/alert-remove-box.html">
<link rel="import" href="/dashboard/elements/bisect-button.html">
<link rel="import" href="/dashboard/elements/dialog-container.html">
+<link rel="import" href="/dashboard/elements/stoppage-alert-debug-button.html">
<link rel="import" href="/dashboard/elements/trace-button.html">
<link rel="import" href="/dashboard/elements/triage-dialog.html">
@@ -117,6 +118,12 @@ was just clicked.
<trace-button dialog-confirm xsrf-token="{{xsrfToken}}"
bug-id="{{bugId}}"
trace-info="{{bisectInfo}}"></trace-button>
+ <template is="dom-if" if="{{isLastPoint}}">
+ <stoppage-alert-debug-button
+ xsrf-token="{{xsrfToken}}"
+ test-path="{{testPath}}"
+ test-rev="{{pointId}}"></stoppage-alert-debug-button>
+ </template>
</div>
</paper-card>
@@ -143,6 +150,10 @@ was just clicked.
type: Boolean,
value: true
},
+ isLastPoint: {
+ type: Boolean,
+ value: false
+ },
links: { notify: true },
pointId: { notify: true },
revisions: {
« no previous file with comments | « dashboard/dashboard/elements/chart-container.html ('k') | dashboard/dashboard/elements/group-report-page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698