081041b85f
- Change the polling to be 5s - Show a message on an empty repo when building
9 lines
216 B
HTML
9 lines
216 B
HTML
<div class="build-statuses">
|
|
<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>
|