diff --git a/public/app/plugins/datasource/testdata/partials/query.editor.html b/public/app/plugins/datasource/testdata/partials/query.editor.html index ff628350c7b..c89b0a11799 100644 --- a/public/app/plugins/datasource/testdata/partials/query.editor.html +++ b/public/app/plugins/datasource/testdata/partials/query.editor.html @@ -127,8 +127,7 @@ ng-model="ctrl.target.stream.type" class="gf-form-input" ng-options="type for type in ['signal','logs', 'fetch']" - ng-change="ctrl.streamChanged()" /> - + ng-change="ctrl.streamChanged()" >
@@ -181,7 +180,7 @@ ng-change="ctrl.streamChanged()" ng-model-onblur />
-
+
@@ -199,6 +198,9 @@
+
+
+
@@ -209,7 +211,7 @@ ng-model="ctrl.target.stringInput" class="gf-form-input" ng-options="type for type in ['datasources', 'search', 'annotations']" - ng-change="ctrl.refresh()" /> + ng-change="ctrl.refresh()">
@@ -224,7 +226,7 @@ placeholder="copy base64 text data from query result" ng-model="ctrl.target.stringInput" ng-change="ctrl.refresh()" - ng-model-onblur /> + ng-model-onblur >