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:
@@ -2,11 +2,11 @@ import {PrometheusDatasource} from './datasource';
|
||||
import {PrometheusQueryCtrl} from './query_ctrl';
|
||||
|
||||
class PrometheusConfigCtrl {
|
||||
static templateUrl = 'public/app/plugins/datasource/prometheus/partials/config.html';
|
||||
static templateUrl = 'partials/config.html';
|
||||
}
|
||||
|
||||
class PrometheusAnnotationsQueryCtrl {
|
||||
static templateUrl = 'public/app/plugins/datasource/prometheus/partials/annotations.editor.html';
|
||||
static templateUrl = 'annotations.editor.html';
|
||||
}
|
||||
|
||||
export {
|
||||
|
||||
Reference in New Issue
Block a user