mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
PluginPage: replace plugin absolute url with relative (#19956)
This commit is contained in:
parent
6edc91aca8
commit
63b561b39d
@ -403,7 +403,7 @@ function getPluginTabsNav(
|
||||
text: meta.name,
|
||||
img: meta.info.logos.large,
|
||||
subTitle: meta.info.author.name,
|
||||
breadcrumbs: [{ title: 'Plugins', url: '/plugins' }],
|
||||
breadcrumbs: [{ title: 'Plugins', url: 'plugins' }],
|
||||
url: `${appSubUrl}${path}`,
|
||||
children: setActivePage(query.page as string, pages, defaultPage),
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user