Add messaging when archived build logs loads fail.

This code also checks for an ad blocker, and adjusts the message accordingly.

Fixes #184
This commit is contained in:
Joseph Schorr 2015-06-28 09:14:48 +03:00
parent cea4ad2d85
commit 094c94c0fb
5 changed files with 245 additions and 8 deletions

View file

@ -9,6 +9,11 @@
min-height: 100px;
}
.build-logs-view .co-alert {
margin-bottom: 0px;
color: black !important;
}
.build-logs-view .no-logs {
color: #8C8C8C;
}