Skip to content

Commit

Permalink
fix #7594 refresh field list hover tip references
Browse files Browse the repository at this point in the history
  • Loading branch information
ppisljar committed Jul 11, 2016
1 parent fe4dea3 commit d702407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core_plugins/kbn_doc_views/public/views/table.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
class="fa fa-warning text-color-warning ng-scope doc-viewer-underscore"></i>
<i ng-if="!mapping[field] && field[0] !== '_' && !showArrayInObjectsWarning(doc, field)"
tooltip-placement="top"
tooltip="No cached mapping for this field. Refresh field list from the Settings > Indices page"
tooltip="No cached mapping for this field. Refresh field list from the Management > Index Patterns page"
class="fa fa-warning text-color-warning ng-scope doc-viewer-no-mapping"></i>
<i ng-if="showArrayInObjectsWarning(doc, field)"
tooltip-placement="top"
Expand Down

0 comments on commit d702407

Please sign in to comment.