Skip to content

Commit

Permalink
Try something else just for more info
Browse files Browse the repository at this point in the history
  • Loading branch information
stacey-gammon committed Apr 28, 2017
1 parent b3e3b96 commit 1f2a446
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/ui/public/kbn_top_nav/kbn_top_nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,16 @@
aria-expanded="{{kbnTopNav.isCurrent(menuItem.key)}}"
ng-class="{'kuiLocalMenuItem-isSelected': kbnTopNav.isCurrent(menuItem.key), 'kuiLocalMenuItem-isDisabled': menuItem.disableButton()}"
ng-click="kbnTopNav.handleClick(menuItem)"
ng-bind="menuItem.label"
tooltip="{{menuItem.tooltip()}}"
tooltip-placement="bottom"
tooltip-popup-delay="400"
tooltip-append-to-body="1"
data-test-subj="{{menuItem.testId}}"
></div>
>
<div>
{{menuItem.label}}/{{menuItem.testId}}
</div>
</div>

<!-- Time-picker "menu item" -->
<kbn-global-timepicker></kbn-global-timepicker>
Expand Down

0 comments on commit 1f2a446

Please sign in to comment.