Small UI fixes and improvements
This commit is contained in:
parent
54097c351e
commit
1b32baf837
3 changed files with 4 additions and 7 deletions
|
@ -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'">
|
||||
|
|
Reference in a new issue