Remove spinner from individual panels. Closes #5006

This commit is contained in:
Rashid Khan 2015-09-22 15:05:35 -07:00
parent 1eb9606e18
commit 412516e40d
2 changed files with 0 additions and 2 deletions

View file

@ -1,4 +1,3 @@
<div class="spinner large" ng-show="searchSource.activeFetchCount > 0"></div>
<div
ng-if="hits.length"
ng-class="{ loading: searchSource.activeFetchCount > 0 }">

View file

@ -1,4 +1,3 @@
<div class="spinner large" ng-show="vis.type.requiresSearch && searchSource.activeFetchCount > 0"></div>
<div ng-if="vis.type.requiresSearch && esResp.hits.total === 0"
class="text-center visualize-error visualize-chart">
<div class="item top"></div>