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

Unified Diff: dashboard/dashboard/elements/pinpoint-job-dialog.html

Issue 3018723002: .
Patch Set: Created 3 years, 3 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/pinpoint-job-dialog.html
diff --git a/dashboard/dashboard/elements/pinpoint-job-dialog.html b/dashboard/dashboard/elements/pinpoint-job-dialog.html
index 309fb259f5cb73298f62759e04a94cb73da3e9ba..7962bfa2472e7c9fb0a5ce2c116ac50a769929c5 100644
--- a/dashboard/dashboard/elements/pinpoint-job-dialog.html
+++ b/dashboard/dashboard/elements/pinpoint-job-dialog.html
@@ -143,7 +143,8 @@ found in the LICENSE file.
try {
this.error = '';
this.create_disabled = true;
- const results = await simple_xhr.asPromise('/pinpoint/new', params);
+ const results = await simple_xhr.asPromise(
+ '/pinpoint/new/bisect', params);
this.fire('pinpoint-new-response', {
'jobId': results.jobId,
'jobUrl': results.jobUrl,
« no previous file with comments | « dashboard/dashboard/elements/bisect-button.html ('k') | dashboard/dashboard/elements/pinpoint-perf-job-dialog.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698