mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Merge branch 'master' into issue4366
This commit is contained in:
commit
81a56f9f05
2 changed files with 2 additions and 2 deletions
|
@ -164,7 +164,7 @@
|
|||
"grunt-cli": "0.1.13",
|
||||
"grunt-contrib-clean": "0.6.0",
|
||||
"grunt-contrib-copy": "0.8.1",
|
||||
"grunt-esvm": "3.1.1",
|
||||
"grunt-esvm": "3.2.1",
|
||||
"grunt-karma": "0.12.0",
|
||||
"grunt-run": "0.5.0",
|
||||
"grunt-s3": "0.2.0-alpha.3",
|
||||
|
|
|
@ -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