- Update the repo page when a build is complete
- Change the polling to be 5s - Show a message on an empty repo when building
This commit is contained in:
parent
12866225a9
commit
081041b85f
3 changed files with 59 additions and 27 deletions
|
@ -2,4 +2,8 @@
|
|||
<div ng-repeat="build in buildsInfo">
|
||||
<div class="build-status" build="build"></div>
|
||||
</div>
|
||||
|
||||
<div ng-show="buildsInfo.length == 0">
|
||||
All Dockerfile builds complete
|
||||
</div>
|
||||
</div>
|
||||
|
|
Reference in a new issue