mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[nav] show if chrome.isVisible(). Closes #7186
This commit is contained in:
parent
1e9af4d8dd
commit
6788f06b7e
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ module.directive('kbnTopNav', function (Private) {
|
|||
// It will no accept any programatic way of setting its name
|
||||
// besides this because it happens so early in the digest cycle
|
||||
return `
|
||||
<navbar class="kibana-nav-options">
|
||||
<navbar ng-show="chrome.getVisible()" class="kibana-nav-options">
|
||||
<div ng-transclude></div>
|
||||
<div class="button-group kibana-nav-actions" role="toolbar">
|
||||
<button
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue