mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
PluginPage: Add appSubUrl string to config pages url (#21414)
This commit is contained in:
parent
418cb9a8da
commit
7784b519a0
@ -374,7 +374,7 @@ function getPluginTabsNav(
|
||||
pages.push({
|
||||
text: page.title,
|
||||
icon: page.icon,
|
||||
url: path + '?page=' + page.id,
|
||||
url: `${appSubUrl}${path}?page=${page.id}`,
|
||||
id: page.id,
|
||||
});
|
||||
if (!defaultPage) {
|
||||
|
Loading…
Reference in New Issue
Block a user