Chromium Code Reviews| Index: dashboard/dashboard/static/report.html |
| diff --git a/dashboard/dashboard/static/report.html b/dashboard/dashboard/static/report.html |
| index fa87be9429932acb6259e74abdc91f2b1dd8c2a8..44903f3377075b87af456c6dcbbee4be91074ef1 100644 |
| --- a/dashboard/dashboard/static/report.html |
| +++ b/dashboard/dashboard/static/report.html |
| @@ -21,7 +21,11 @@ found in the LICENSE file. |
| <link rel="import" href="/dashboard/elements/overlay-message.html"> |
| <link rel="import" href="/dashboard/elements/report-page.html"> |
| - <title>Chrome Performance Dashboard</title> |
|
sullivan
2016/03/07 23:01:29
Why remove the title?
chrisphan
2016/03/08 01:55:48
Woops, added it's back.
|
| + <style> |
| + #message-bar { |
| + top: 26px; |
| + } |
| + </style> |
| <script> |
| 'use strict'; |
| @@ -44,6 +48,7 @@ found in the LICENSE file. |
| <body> |
| <nav-bar></nav-bar> |
| <h1>Chrome Performance Dashboard</h1> |
| + <overlay-message id="message-bar"></overlay-message> |
| <report-page></report-page> |
| <load-analytics></load-analytics> |
| </body> |