Revert router base name for Uptime plugin to use hash in default path. (#50095) (#50239)

This commit is contained in:
Justin Kambic 2019-11-12 09:03:14 -05:00 committed by GitHub
parent a193526d2f
commit ddeee7e0ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,6 @@
export const PLUGIN = {
APP_ROOT_ID: 'react-uptime-root',
ID: 'uptime',
ROUTER_BASE_NAME: '/app/uptime',
ROUTER_BASE_NAME: '/app/uptime#',
LOCAL_STORAGE_KEY: 'xpack.uptime',
};