Skip to content

Commit

Permalink
Don't require an index for the management landing page
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
  • Loading branch information
Tyler Smalley committed Jun 21, 2016
1 parent 78279de commit 70b75f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plugins/kibana/public/management/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ import management from 'ui/management';

uiRoutes
.when('/management', {
template: landingTemplate
template: landingTemplate,
requireDefaultIndex: false
});

require('ui/index_patterns/route_setup/load_default')({
Expand Down

0 comments on commit 70b75f1

Please sign in to comment.