Merge pull request #5008 from rashidkpc/notsucky/remove_spinner

Remove spinner from individual panels.
This commit is contained in:
Joe Fleming 2015-09-23 10:50:08 -07:00
commit 442536d034
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>