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

Unified Diff: dashboard/dashboard/elements/report-page.html

Issue 1767183003: Sample of making global Polymer element. (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: add overlay-message-bar 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/elements/overlay-message-bar.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/elements/report-page.html
diff --git a/dashboard/dashboard/elements/report-page.html b/dashboard/dashboard/elements/report-page.html
index a78921d6a97462996d8b0d6f0a56c111934ac9bc..2d50b14472b6adcda6e454b3175485487662becb 100644
--- a/dashboard/dashboard/elements/report-page.html
+++ b/dashboard/dashboard/elements/report-page.html
@@ -7,6 +7,7 @@ found in the LICENSE file.
<link rel="import" href="/dashboard/elements/chart-container.html">
<link rel="import" href="/dashboard/elements/custom-tooltip.html">
<link rel="import" href="/dashboard/elements/login-warning.html">
+<link rel="import" href="/dashboard/elements/overlay-message-bar.html">
<link rel="import" href="/dashboard/elements/overlay-message.html">
<link rel="import" href="/dashboard/elements/test-picker.html">
<link rel="import" href="/dashboard/static/simple_xhr.html">
@@ -23,8 +24,7 @@ found in the LICENSE file.
top: 0px;
}
</style>
-
- <overlay-message id="message-bar"></overlay-message>
+ <overlay-message-bar id="message-bar"></overlay-message-bar>
<template if="{{warningMessage}}">
<overlay-message id="warning-message"
opened="true"
« no previous file with comments | « dashboard/dashboard/elements/overlay-message-bar.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698