feat(plugins): more progress on plugin editors

This commit is contained in:
Torkel Ödegaard
2016-02-02 15:15:20 +01:00
parent 356f7b9db6
commit 21f6c07686
7 changed files with 86 additions and 39 deletions

View File

@@ -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
};