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

Side by Side Diff: dashboard/dashboard/elements/nav-bar.html

Issue 2989463002: Remove benchmark health report link from dashboard menu (Closed)
Patch Set: Created 3 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 unified diff | Download patch
« no previous file with comments | « no previous file | 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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 Copyright 2016 The Chromium Authors. All rights reserved. 3 Copyright 2016 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 7
8 <link rel="import" href="/components/iron-icons/iron-icons.html"> 8 <link rel="import" href="/components/iron-icons/iron-icons.html">
9 9
10 <link rel="import" href="/dashboard/static/simple_xhr.html"> 10 <link rel="import" href="/dashboard/static/simple_xhr.html">
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 color: #dd4b39 !important; 113 color: #dd4b39 !important;
114 } 114 }
115 </style> 115 </style>
116 <nav id="navbar"> 116 <nav id="navbar">
117 <ul class="menu"> 117 <ul class="menu">
118 <li><a href="/">Home</a></li> 118 <li><a href="/">Home</a></li>
119 <li><a href="/alerts">Alerts</a></li> 119 <li><a href="/alerts">Alerts</a></li>
120 <li><a href="/report">Browse Graphs</a></li> 120 <li><a href="/report">Browse Graphs</a></li>
121 <li><a href="https://code.google.com/p/chromium/issues/list?q=label%3ATy pe-Bug-Regression+label%3APerformance&amp;sort=-id" 121 <li><a href="https://code.google.com/p/chromium/issues/list?q=label%3ATy pe-Bug-Regression+label%3APerformance&amp;sort=-id"
122 target="_blank">Perf Bugs</a></li> 122 target="_blank">Perf Bugs</a></li>
123 <li><a href="/benchmark_health_report">Benchmark Health</a></li>
124 <li>Other Pages<iron-icon icon="arrow-drop-down"></iron-icon> 123 <li>Other Pages<iron-icon icon="arrow-drop-down"></iron-icon>
125 <ul class="submenu"> 124 <ul class="submenu">
126 <li><a href="http://go/perf-owners">Edit Test Owners</a></li> 125 <li><a href="http://go/perf-owners">Edit Test Owners</a></li>
127 <li><a href="/bisect_stats">Bisect Stat Graphs</a></li> 126 <li><a href="/bisect_stats">Bisect Stat Graphs</a></li>
128 <li><a href="/new_points">Recently Added Points</a></li> 127 <li><a href="/new_points">Recently Added Points</a></li>
129 <li><a href="/debug_alert">Debug Alert</a></li> 128 <li><a href="/debug_alert">Debug Alert</a></li>
130 </ul> 129 </ul>
131 </li> 130 </li>
132 <li>Waterfalls<iron-icon icon="arrow-drop-down"></iron-icon> 131 <li>Waterfalls<iron-icon icon="arrow-drop-down"></iron-icon>
133 <ul class="submenu"> 132 <ul class="submenu">
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 ' summary?\nShould these alerts be Google-internal?\n'; 307 ' summary?\nShould these alerts be Google-internal?\n';
309 const labels = [ 308 const labels = [
310 'Performance-Dashboard-MonitoringRequest', 309 'Performance-Dashboard-MonitoringRequest',
311 'Restrict-View-Google' 310 'Restrict-View-Google'
312 ]; 311 ];
313 this.openCrBugWindow('Monitoring Request', description, labels, []); 312 this.openCrBugWindow('Monitoring Request', description, labels, []);
314 } 313 }
315 }); 314 });
316 </script> 315 </script>
317 </dom-module> 316 </dom-module>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698