| 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';
|
|
|