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

Unified Diff: dashboard/dashboard/elements/alerts-page.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: 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 | « no previous file | dashboard/dashboard/static/alerts.html » ('j') | dashboard/dashboard/static/alerts.html » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | dashboard/dashboard/static/alerts.html » ('j') | dashboard/dashboard/static/alerts.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698