Small UI fixes and improvements

This commit is contained in:
Joseph Schorr 2015-04-21 12:16:32 -04:00
parent 54097c351e
commit 1b32baf837
3 changed files with 4 additions and 7 deletions

View file

@ -1,6 +1,6 @@
<div class="resource-view-element">
<div class="cor-loader" ng-show="getState(resources) == 'loading'"></div>
<div class="resource-error alert alert-info" ng-show="getState(resources) == 'error'">
<div class="co-alert co-alert-warning" ng-show="getState(resources) == 'error'">
{{ errorMessage }}
</div>
<div class="resource-content" ng-class="getState(resources) == 'ready' ? 'visible' : 'hidden'">