Skip to content

Commit

Permalink
add upgrade assistant sidenav (elastic#28124)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkime authored Jan 4, 2019
1 parent 82d05f5 commit 6cefed9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/plugins/upgrade_assistant/public/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ function startApp() {
});

routes.when(`${BASE_PATH}/:view?`, {
template: '<upgrade-assistant />',
template:
'<kbn-management-app section="elasticsearch/upgrade_assistant"><upgrade-assistant /></kbn-management-app>',
});
}

Expand Down

0 comments on commit 6cefed9

Please sign in to comment.