Skip to content

Commit

Permalink
Remove 'dangerous' wording. Closes #360
Browse files Browse the repository at this point in the history
  • Loading branch information
Rashid Khan committed Sep 24, 2014
1 parent 4be2b44 commit 45c4701
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ <h5 ng-show="!field.details.error">Quick Count

<div ng-show="field.indexed && !field.analyzed"
ng-click="runAgg(field)"
tooltip="Doc_values are not enabled on this field. This operation may be dangerous."
tooltip="Doc_values are not enabled on this field. This may lead to excess heap consumption"
class="sidebar-item-button warning">Visualize</div>

<div ng-show="field.indexed && field.analyzed"
ng-click="runAgg(field)"
tooltip="Analyzed fields may require more memory to visualize. This operation may be dangerous."
tooltip="Analyzed fields may require more memory to visualize and may not give you the results you expect."
class="sidebar-item-button danger">Visualize</div>

<div ng-show="!field.indexed"
Expand Down

0 comments on commit 45c4701

Please sign in to comment.