Merge pull request #420 from coreos-inc/buildlogloaderr
Slightly better build logs error message
This commit is contained in:
commit
57336b32e6
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@
|
|||
</div>
|
||||
|
||||
<div class="co-alert co-alert-danger" ng-if="loadError == 'request-failed'">
|
||||
Failed to log builds logs. Please reload and try again.
|
||||
Failed to load builds logs. Please reload and try again. If this problem persists,
|
||||
please check for JavaScript or networking issues and contact support.
|
||||
</div>
|
||||
|
||||
<span class="no-logs" ng-if="!logEntries.length && currentBuild.phase == 'waiting'">
|
||||
|
|
Reference in a new issue