Update default path linked on Kibana sidebar to avoid basename warning in browser. (#52008)

This commit is contained in:
Justin Kambic 2019-12-06 16:17:18 -05:00 committed by GitHub
parent 8fb8ef94b1
commit f7f00819dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ export const uptime = (kibana: any) =>
}),
main: 'plugins/uptime/app',
order: 8900,
url: '/app/uptime/',
url: '/app/uptime#/',
},
home: ['plugins/uptime/register_feature'],
},