| 123456789101112 |
- import {PrometheusDatasource} from './datasource';
- import {PrometheusQueryCtrl} from './query_ctrl';
- class PrometheusConfigViewCtrl {
- static templateUrl = 'public/app/plugins/datasource/prometheus/partials/config.html';
- }
- export {
- PrometheusDatasource as Datasource,
- PrometheusQueryCtrl as QueryCtrl,
- PrometheusConfigViewCtrl as ConfigView
- };
|