mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(plugins): migrated cloudwatch and fixed a bunch of issues with data source edit views
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
import {ElasticDatasource} from './datasource';
|
||||
import {ElasticQueryCtrl} from './query_ctrl';
|
||||
|
||||
class ElasticConfigCtrl {
|
||||
static templateUrl = 'public/app/plugins/datasource/elasticsearch/partials/config.html';
|
||||
}
|
||||
import {ElasticConfigCtrl} from './config_ctrl';
|
||||
|
||||
class ElasticQueryOptionsCtrl {
|
||||
static templateUrl = 'public/app/plugins/datasource/elasticsearch/partials/query.options.html';
|
||||
|
||||
Reference in New Issue
Block a user