feat(plugins): migrated cloudwatch and fixed a bunch of issues with data source edit views

This commit is contained in:
Torkel Ödegaard
2016-02-03 17:01:53 +01:00
parent 0bea6aba63
commit 2fc8da7a87
18 changed files with 106 additions and 162 deletions

View File

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