| 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"
|
|
|