mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
prettier: ran on all files again, sorry. now settings are defined in package.json
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
import { PrometheusDatasource } from "./datasource";
|
||||
import { PrometheusQueryCtrl } from "./query_ctrl";
|
||||
import { PrometheusDatasource } from './datasource';
|
||||
import { PrometheusQueryCtrl } from './query_ctrl';
|
||||
|
||||
class PrometheusConfigCtrl {
|
||||
static templateUrl = "partials/config.html";
|
||||
static templateUrl = 'partials/config.html';
|
||||
}
|
||||
|
||||
class PrometheusAnnotationsQueryCtrl {
|
||||
static templateUrl = "partials/annotations.editor.html";
|
||||
static templateUrl = 'partials/annotations.editor.html';
|
||||
}
|
||||
|
||||
export {
|
||||
PrometheusDatasource as Datasource,
|
||||
PrometheusQueryCtrl as QueryCtrl,
|
||||
PrometheusConfigCtrl as ConfigCtrl,
|
||||
PrometheusAnnotationsQueryCtrl as AnnotationsQueryCtrl
|
||||
PrometheusAnnotationsQueryCtrl as AnnotationsQueryCtrl,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user