health check overview - hide status when group is loading

This commit is contained in:
Mads Rasmussen
2016-07-27 13:15:22 +02:00
parent 1636c16954
commit b1f13cdbb2

View File

@@ -23,7 +23,7 @@
<umb-load-indicator></umb-load-indicator>
</div>
<div class="umb-healthcheck-messages" ng-if="!group.loading && group.totalSuccess > 0 || group.totalWarning > 0 || group.totalError > 0 || group.totalInfo > 0">
<div class="umb-healthcheck-messages" ng-hide="group.loading || !group.totalSuccess && !group.totalWarning && !group.totalError && !group.totalInfo">
<div class="umb-healthcheck-message" ng-if="group.totalSuccess > 0">
<i class="icon-check color-green"></i>