| Index: dashboard/dashboard/elements/alerts-page.html
|
| diff --git a/dashboard/dashboard/elements/alerts-page.html b/dashboard/dashboard/elements/alerts-page.html
|
| index 76507fa4784eb0c1362a6b3683be4b704da7505c..0e1376a0802f3c0ef8118d3bb415f6167bad69de 100644
|
| --- a/dashboard/dashboard/elements/alerts-page.html
|
| +++ b/dashboard/dashboard/elements/alerts-page.html
|
| @@ -56,10 +56,6 @@ found in the LICENSE file.
|
| padding: 15px 0 15px 0;
|
| }
|
|
|
| - #message-bar {
|
| - top: 26px;
|
| - }
|
| -
|
| #anomaly-table, #stoppage-alert-table {
|
| width: 100%;
|
| }
|
| @@ -70,7 +66,6 @@ found in the LICENSE file.
|
| justify-content: center;
|
| }
|
| </style>
|
| - <overlay-message id="message-bar"></overlay-message>
|
| <template if="{{!loaded}}">
|
| <div id="loading"><img src="//www.google.com/images/loading.gif"></div>
|
| </template>
|
|
|