- 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:
Joseph Schorr 2013-10-29 20:54:36 -04:00
parent 12866225a9
commit 081041b85f
3 changed files with 59 additions and 27 deletions

View file

@ -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>