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

Unified Diff: dashboard/dashboard/static/report.html

Issue 1771023002: Fix missing message-bar Element on /report and /alerts page. (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: address comments Created 4 years, 9 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
« no previous file with comments | « dashboard/dashboard/static/alerts.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/static/report.html
diff --git a/dashboard/dashboard/static/report.html b/dashboard/dashboard/static/report.html
index fa87be9429932acb6259e74abdc91f2b1dd8c2a8..706943e94e847554e66dee1cf769b4f7d4a60941 100644
--- a/dashboard/dashboard/static/report.html
+++ b/dashboard/dashboard/static/report.html
@@ -23,6 +23,12 @@ found in the LICENSE file.
<title>Chrome Performance Dashboard</title>
+ <style>
+ #message-bar {
+ top: 26px;
+ }
+ </style>
+
<script>
'use strict';
// Workaround for document.contains returning false for elements in the
@@ -44,6 +50,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>
« no previous file with comments | « dashboard/dashboard/static/alerts.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698