- 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
|
@ -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 -->
|
||||
|
|
Reference in a new issue