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:
parent
cea4ad2d85
commit
094c94c0fb
5 changed files with 245 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Reference in a new issue