Skip to content

Commit

Permalink
Merge pull request #64 from vdjeric/master
Browse files Browse the repository at this point in the history
Add an ugly warning about unreliable Nightly 39 data from unified pings
  • Loading branch information
mreid-moz committed Mar 5, 2015
2 parents 2d05eff + f9d71d5 commit 2acb0bc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.html
Expand Up @@ -26,7 +26,11 @@
</head>
<body>
<header>
<h1>Telemetry Dashboard</h1>
<h1>Telemetry Dashboard
<span id="warning">
Nightly 39 data isn't trustworthy <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1069869">right now</a>
</span>
</h1>
</header>
<nav class="navbar navbar-default" role="navigation">
<div class=" navbar-left">
Expand Down
7 changes: 7 additions & 0 deletions style/dashboard.css
Expand Up @@ -7,6 +7,13 @@ header h1 {
padding: 15px;
}

#warning {
color: red;
text-decoration: underline;
font-weight: bold;
font-size: 20px;
}

#content {
display: none;
}
Expand Down

0 comments on commit 2acb0bc

Please sign in to comment.