set default value of httpMethod

This commit is contained in:
Mitsuhiro Tanda
2018-03-12 13:53:05 +09:00
parent a83ede0193
commit 4e1501b172
3 changed files with 11 additions and 5 deletions

View File

@@ -1,9 +1,6 @@
import { PrometheusDatasource } from './datasource';
import { PrometheusQueryCtrl } from './query_ctrl';
class PrometheusConfigCtrl {
static templateUrl = 'partials/config.html';
}
import { PrometheusConfigCtrl } from './config_ctrl';
class PrometheusAnnotationsQueryCtrl {
static templateUrl = 'partials/annotations.editor.html';