Fix entering of docker file folders manually, and show the linked docker file in the build trigger view

This commit is contained in:
Joseph Schorr 2014-02-25 00:19:38 -05:00
parent ef02e769fb
commit def56c971c
4 changed files with 13 additions and 5 deletions

View file

@ -1,7 +1,5 @@
<div class="resource-view-element">
<div class="resource-spinner" ng-class="resource.loading ? 'visible' : ''">
<div class="small-spinner"></div>
</div>
<div class="quay-spinner" ng-show="resource.loading"></div>
<div class="resource-error" ng-show="!resource.loading && resource.hasError">
{{ errorMessage }}
</div>