|
|
@ -494,7 +494,7 @@ class GraphCtrl extends MetricsPanelCtrl { |
|
|
|
|
|
|
|
|
|
|
|
get panelPath() { |
|
|
|
get panelPath() { |
|
|
|
if (this._panelPath === undefined) { |
|
|
|
if (this._panelPath === undefined) { |
|
|
|
this._panelPath = '/public/plugins/' + this.pluginId + '/'; |
|
|
|
this._panelPath = 'public/plugins/' + this.pluginId + '/'; |
|
|
|
} |
|
|
|
} |
|
|
|
return this._panelPath; |
|
|
|
return this._panelPath; |
|
|
|
} |
|
|
|
} |
|
|
|