- 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

@ -64,6 +64,10 @@
<div class="empty-message">(This repository is empty)</div>
</div>
<div class="repo-content" ng-show="!currentTag.image && repo.is_building">
<div class="empty-message">Your build is currently processing, if this takes longer than an hour, please contact quay support</div>
</div>
<!-- Content view -->
<div class="repo-content" ng-show="currentTag.image">
<!-- Image History -->