add public dashboard token to metric panel issued queries (#57293)

pull/57299/head
Michael Mandrus 3 years ago committed by GitHub
parent 8a35cb57fa
commit 86b0581021
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      public/app/angular/panel/metrics_panel_ctrl.ts

@ -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…
Cancel
Save