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

Side by Side Diff: dashboard/dashboard/static/pinpoint.html

Issue 3016673002: Dashboard - Add pinpoint-perf-job-dialog for perf try jobs.
Patch Set: . Created 3 years, 2 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 unified diff | Download patch
« no previous file with comments | « dashboard/dashboard/pinpoint_request_test.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <!--
3 Copyright 2017 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file.
6 -->
7
8 <link rel="import" href="/tracing/base/base.html">
9
10 <script>
11 'use strict';
12 tr.exportTo('d', function() {
13 // TODO(simonhatch): Just making a single spot to check for which Pinpoint
14 // bots are active. Remove this whole file once Pinpoint is fully rolled out.
15 const PINPOINT_BOTS = [
16 'chromium-rel-mac11-air',
17 'chromium-rel-mac11-pro'
18 ];
19
20 return {
21 PINPOINT_BOTS,
22 };
23 });
24 </script>
OLDNEW
« no previous file with comments | « dashboard/dashboard/pinpoint_request_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698