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

Unified Diff: dashboard/dashboard/elements/triage-dialog.html

Issue 2162963002: [polymer] Merge of master into polymer10-migration (Closed) Base URL: git@github.com:catapult-project/catapult.git@polymer10-migration
Patch Set: Sync to head Created 4 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
Index: dashboard/dashboard/elements/triage-dialog.html
diff --git a/dashboard/dashboard/elements/triage-dialog.html b/dashboard/dashboard/elements/triage-dialog.html
index 41e0c2c3c654b7c63fd7706d91eb1236e99ca9bf..9e664571e3db46ef85c8dfa102260ab182a175e4 100644
--- a/dashboard/dashboard/elements/triage-dialog.html
+++ b/dashboard/dashboard/elements/triage-dialog.html
@@ -116,6 +116,21 @@ on an alert, or clicks on a "triage" button on the alerts page. It allows the
</div>
</div>
+ <div id="toasts" hidden>
+ <div id="jobsubmitted">
+ Bug <a href="http://crbug.com/{{lastSubmittedBugId}}"
+ target="_blank">{{lastSubmittedBugId}}</a> created/updated.
+ <template if="{{lastSubmittedTryJobId}}">
+ Bisect job <a href="{{lastSubmittedTryJobUrl}}"
+ target="_blank">{{lastSubmittedTryJobId}}</a> started.
+ </template>
+ <template if="{{lastSubmittedTryJobError}}">
+ <span class="error">No bisect automatically started.
+ {{lastSubmittedTryJobError}}</span>
+ </template>
+ </div>
+ </div>
+
</template>
<script>
'use strict';

Powered by Google App Engine
This is Rietveld 408576698