Skip to content

Commit

Permalink
Changed url_forwarding plugin appRoute
Browse files Browse the repository at this point in the history
  • Loading branch information
cqliu1 committed Oct 6, 2020
1 parent adef3d2 commit 1badd0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const createLegacyUrlForwardApp = (
id: 'kibana',
chromeless: true,
title: 'Legacy URL migration',
appRoute: '/app/kibana/',
appRoute: '/app/kibana#/',
navLinkStatus: AppNavLinkStatus.hidden,
async mount(params: AppMountParameters) {
const hash = params.history.location.hash.substr(1);
Expand Down

0 comments on commit 1badd0a

Please sign in to comment.