Skip to content

Commit

Permalink
Add append-to-body flag to dashboard name tooltip
Browse files Browse the repository at this point in the history
closes #5491
  • Loading branch information
kevinkucharczyk committed Mar 8, 2016
1 parent 96b4519 commit 55f6e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/kibana/public/dashboard/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div dashboard-app class="app-container dashboard-container">
<navbar ng-show="chrome.getVisible()" name="dashboard">
<span class="name" ng-if="dash.id" ng-bind="::dash.title" tooltip="{{::dash.title}}"></span>
<span class="name" ng-if="dash.id" ng-bind="::dash.title" tooltip="{{::dash.title}}" tooltip-append-to-body="true"></span>

<form name="queryInput"
class="fill inline-form"
Expand Down

0 comments on commit 55f6e9e

Please sign in to comment.