mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
add public dashboard token to metric panel issued queries (#57293)
This commit is contained in:
parent
8a35cb57fa
commit
86b0581021
@ -200,6 +200,7 @@ class MetricsPanelCtrl extends PanelCtrl {
|
||||
timeRange: this.range,
|
||||
maxDataPoints: panel.maxDataPoints || this.width,
|
||||
minInterval: panel.interval,
|
||||
publicDashboardAccessToken: this.dashboard.meta.publicDashboardAccessToken,
|
||||
scopedVars: panel.scopedVars,
|
||||
cacheTimeout: panel.cacheTimeout,
|
||||
transformations: panel.transformations,
|
||||
|
Loading…
Reference in New Issue
Block a user