mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(plugins): made it possible to have relative plugin template urls
This commit is contained in:
@@ -11,7 +11,7 @@ import queryPart from './query_part';
|
||||
import {QueryCtrl} from 'app/plugins/sdk';
|
||||
|
||||
export class InfluxQueryCtrl extends QueryCtrl {
|
||||
static templateUrl = 'public/app/plugins/datasource/influxdb/partials/query.editor.html';
|
||||
static templateUrl = 'partials/query.editor.html';
|
||||
|
||||
queryModel: InfluxQuery;
|
||||
queryBuilder: any;
|
||||
|
||||
Reference in New Issue
Block a user