-
-
Elastic search details
-
-
-
-
-
+
Elastic search details
+
+
diff --git a/src/app/plugins/datasource/influxdb_08/funcEditor.js b/src/app/plugins/datasource/influxdb_08/funcEditor.js
index 615dcd2e75d..7d48f40792f 100644
--- a/src/app/plugins/datasource/influxdb_08/funcEditor.js
+++ b/src/app/plugins/datasource/influxdb_08/funcEditor.js
@@ -8,7 +8,7 @@ function (angular, _, $) {
angular
.module('grafana.directives')
- .directive('influxdbFuncEditor', function($compile) {
+ .directive('influxdbFuncEditor08', function($compile) {
var funcSpanTemplate = '
{{target.function}}(';
diff --git a/src/app/plugins/datasource/influxdb_08/partials/config.html b/src/app/plugins/datasource/influxdb_08/partials/config.html
index a80b69afc18..b261ae7f79c 100644
--- a/src/app/plugins/datasource/influxdb_08/partials/config.html
+++ b/src/app/plugins/datasource/influxdb_08/partials/config.html
@@ -1,19 +1,37 @@
-
-
+
InfluxDB Details
+
+
+
+
diff --git a/src/app/plugins/datasource/influxdb_08/partials/query.editor.html b/src/app/plugins/datasource/influxdb_08/partials/query.editor.html
index 23b8c27868c..a48cc30c509 100644
--- a/src/app/plugins/datasource/influxdb_08/partials/query.editor.html
+++ b/src/app/plugins/datasource/influxdb_08/partials/query.editor.html
@@ -117,7 +117,7 @@
select
-
+
diff --git a/src/css/less/tightform.less b/src/css/less/tightform.less
index cfa70327331..bbad806823c 100644
--- a/src/css/less/tightform.less
+++ b/src/css/less/tightform.less
@@ -19,6 +19,12 @@
}
}
+.spaced-form {
+ .tight-form {
+ margin: 7px 0;
+ }
+}
+
.borderless {
.tight-form-item,
.tight-form-input {
@@ -140,13 +146,13 @@ input[type=text].tight-form-clear-input {
[type=email],
[type=number],
[type=password] {
-
&.tight-form-input {
border: none;
border-right: 1px solid @grafanaTargetSegmentBorder;
margin: 0px;
border-radius: 0;
- padding: 8px 4px;
+ padding: 18px 6px;
+ box-sizing: border-box;
&.last {
border-right: none;
}
@@ -163,7 +169,7 @@ select.tight-form-input {
margin: 0px;
border-radius: 0;
height: 36px;
- padding: 8px 5px;
+ padding: 8px 3px;
&.last {
border-right: none;
}