Skip to content

Commit

Permalink
Merge pull request elastic#1073 from ccowan/feature/show-home
Browse files Browse the repository at this point in the history
Adding an option to hide the home button
  • Loading branch information
Rashid Khan committed Mar 26, 2014
2 parents 3a485aa + 9f68ffd commit 2b54d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/partials/dashLoader.html
Expand Up @@ -6,7 +6,7 @@

<li ng-repeat="pulldown in dashboard.current.nav" ng-controller="PulldownCtrl" ng-show="pulldown.enable"><kibana-simple-panel type="pulldown.type" ng-cloak></kibana-simple-panel></li>

<li><a bs-tooltip="'Goto saved default'" data-placement="bottom" href='#/dashboard'><i class='icon-home'></i></a></li>
<li ng-if="dashboard.current.loader.show_home !== false"><a bs-tooltip="'Goto saved default'" data-placement="bottom" href='#/dashboard'><i class='icon-home'></i></a></li>
<li class="dropdown" ng-show="showDropdown('load')" >
<a href="#" bs-tooltip="'Load'" data-placement="bottom" class="dropdown-toggle" data-toggle="dropdown" ng-click="elasticsearch_dblist('title:'+elasticsearch.query+'*')">
<i class='icon-folder-open'></i>
Expand Down

0 comments on commit 2b54d61

Please sign in to comment.