Skip to content

Commit

Permalink
Merge pull request #4497 from jimmyjones2/quickcount
Browse files Browse the repository at this point in the history
Make quick count clearer
  • Loading branch information
rashidkpc committed Jul 27, 2015
2 parents 689d65d + 3afb80a commit 0a7c2d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div bindonce>
<div class="discover-field-details">
<h5 ng-show="!field.details.error">Quick Count <kbn-info info="Based on documents in the table" placement="right"></kbn-info>
<h5 ng-show="!field.details.error">Quick Count <kbn-info info="Top 5 values based on documents in the table" placement="right"></kbn-info>
<span ng-if="!field.details.error" class="small discover-field-details-count">
(
<a ng-show="field.indexed" ng-click="updateFilterInQuery('_exists_', field.name, '+')">{{field.details.exists}}</a>
Expand Down

0 comments on commit 0a7c2d1

Please sign in to comment.