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

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

Issue 2995833002: Switch dashboard to new flexbox. (Closed)
Patch Set: Created 3 years, 4 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 Copyright 2017 The Chromium Authors. All rights reserved. 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 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 <html> 7 <html>
8 <head> 8 <head>
9 <link type="text/css" rel="stylesheet" href="/dashboard/static/base.css"> 9 <link type="text/css" rel="stylesheet" href="/dashboard/static/base.css">
10 <script src="/components/webcomponentsjs/webcomponents-lite.min.js"></script> 10 <script src="/components/webcomponentsjs/webcomponents-lite.min.js"></script>
11 <title>Chrome Performance Dashboard</title> 11 <title>Chrome Performance Dashboard</title>
12 12
13 <link rel="import" href="/components/polymer/polymer.html"> 13 <link rel="import" href="/components/polymer/polymer.html">
14 14
15 <link rel="import" href="/dashboard/elements/benchmark-health-report-page.html "> 15 <link rel="import" href="/dashboard/elements/benchmark-health-report-page.html ">
16 <link rel="import" href="/dashboard/elements/load-analytics.html"> 16 <link rel="import" href="/dashboard/elements/load-analytics.html">
17 <link rel="import" href="/dashboard/elements/nav-bar.html"> 17 <link rel="import" href="/dashboard/elements/nav-bar.html">
18 <link rel="import" href="/dashboard/elements/toplevel-toast.html"> 18 <link rel="import" href="/dashboard/elements/toplevel-toast.html">
19 19
20 <style> 20 <style>
21 body { 21 body {
22 align-items: center; 22 align-items: center;
23 -webkit-align-items: center;
24 } 23 }
25 </style> 24 </style>
26 </head> 25 </head>
27 <body> 26 <body>
28 <nav-bar></nav-bar> 27 <nav-bar></nav-bar>
29 <toplevel-toast></toplevel-toast> 28 <toplevel-toast></toplevel-toast>
30 <benchmark-health-report-page></benchmark-health-report-page> 29 <benchmark-health-report-page></benchmark-health-report-page>
31 <load-analytics></load-analytics> 30 <load-analytics></load-analytics>
32 </body> 31 </body>
33 </html> 32 </html>
OLDNEW
« no previous file with comments | « dashboard/dashboard/static/base.css ('k') | dashboard/dashboard/static/create_health_report.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698