add upgrade assistant sidenav (#28124)

This commit is contained in:
Matthew Kime 2019-01-04 17:53:14 -06:00 committed by GitHub
parent 82d05f5667
commit 6cefed969b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>',
});
}