Show a spinner when loading the build info

This commit is contained in:
Joseph Schorr 2014-03-05 18:13:04 -05:00
parent 9f2841d40b
commit a9f70c6e3a
2 changed files with 8 additions and 2 deletions

View file

@ -18,7 +18,11 @@
</div>
</div>
<div class="row" ng-show="!builds.length">
<div class="row" ng-show="!builds">
<div class="quay-spinner"></div>
</div>
<div class="row" ng-show="builds && !builds.length">
There are no builds for this repository
</div>