mirror of
https://github.com/grafana/grafana.git
synced 2025-09-26 04:03:51 +08:00
Make Explore panel link work when grafana served from sub url (#22202)
* Make explore url work when grafana served from sub url * Update public/app/core/utils/explore.ts
This commit is contained in:
@ -108,8 +108,7 @@ export async function getExploreUrl(args: GetExploreUrlArguments) {
|
||||
const exploreState = JSON.stringify({ ...state, originPanelId: panel.id });
|
||||
url = renderUrl('/explore', { left: exploreState });
|
||||
}
|
||||
const finalUrl = config.appSubUrl + url;
|
||||
return finalUrl;
|
||||
return url;
|
||||
}
|
||||
|
||||
export function buildQueryTransaction(
|
||||
|
Reference in New Issue
Block a user