diff --git a/src/module.ts b/src/module.ts index d5d2c7c..89b9de1 100644 --- a/src/module.ts +++ b/src/module.ts @@ -494,7 +494,7 @@ class GraphCtrl extends MetricsPanelCtrl { get panelPath() { if (this._panelPath === undefined) { - this._panelPath = '/public/plugins/' + this.pluginId + '/'; + this._panelPath = 'public/plugins/' + this.pluginId + '/'; } return this._panelPath; }