mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Merge pull request #5008 from rashidkpc/notsucky/remove_spinner
Remove spinner from individual panels.
This commit is contained in:
commit
442536d034
2 changed files with 0 additions and 2 deletions
|
@ -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 }">
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue