mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(plugins): more progress on plugin editors
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import {PrometheusDatasource} from './datasource';
|
||||
import {PrometheusQueryCtrl} from './query_ctrl';
|
||||
|
||||
class PrometheusConfigViewCtrl {
|
||||
class PrometheusConfigCtrl {
|
||||
static templateUrl = 'public/app/plugins/datasource/prometheus/partials/config.html';
|
||||
}
|
||||
|
||||
export {
|
||||
PrometheusDatasource as Datasource,
|
||||
PrometheusQueryCtrl as QueryCtrl,
|
||||
PrometheusConfigViewCtrl as ConfigView
|
||||
PrometheusConfigCtrl as ConfigCtrl
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user