diff --git a/public/app/features/annotations/partials/editor.html b/public/app/features/annotations/partials/editor.html index f5af237f81c..c54d33fe939 100644 --- a/public/app/features/annotations/partials/editor.html +++ b/public/app/features/annotations/partials/editor.html @@ -88,13 +88,12 @@
-
+
- diff --git a/public/app/features/templating/partials/editor.html b/public/app/features/templating/partials/editor.html index 8dadacb4b37..cad741c3bdc 100644 --- a/public/app/features/templating/partials/editor.html +++ b/public/app/features/templating/partials/editor.html @@ -71,29 +71,34 @@
-
Variable
+
Variable
- Name - -
-
- Type -
- + Name + +
+
+ Type +
+ +
+
+
+ Data source +
+ +
- Data source -
- -
+ Label + +
-
Value Options
- +
Value Options
Values @@ -116,16 +121,16 @@
- - -
-
- All format -
- -
-
-
+ + +
+
+ All format +
+ +
+
+
@@ -140,42 +145,35 @@
- - - All format -
- + All value + +
+
+
+ All format +
+ +
+
+
+ All value +
-
- + Update + Check if you want values to be updated on dashboard load, will slow down dashboard load time
-
-
-
-
Display options
-
- Variable Label - - -
-
-
-
-
-
Multi-value selection Enables multiple values to be selected at the same time
-
- - - Multi format -
- -
-
+
+
Multi-value selection Enables multiple values to be selected at the same time
+
+ + Multi format +
+
@@ -205,7 +203,7 @@
-
+
diff --git a/public/app/plugins/datasource/influxdb/partials/annotations.editor.html b/public/app/plugins/datasource/influxdb/partials/annotations.editor.html index 36746225865..a32044ca4ee 100644 --- a/public/app/plugins/datasource/influxdb/partials/annotations.editor.html +++ b/public/app/plugins/datasource/influxdb/partials/annotations.editor.html @@ -1,13 +1,13 @@ -
Query
+
Query
+
Column mappings If your influxdb query returns more than one column you need to specify the column names below. An annotation event is composed of a title, tags, and an additional text field.
-
Column mappings If your influxdb query returns more than one column you need to specify the column names below. An annotation event is composed of a title, tags, and an additional text field.
Title diff --git a/public/app/plugins/datasource/prometheus/partials/annotations.editor.html b/public/app/plugins/datasource/prometheus/partials/annotations.editor.html index 5a155b3a1b5..818aa42e886 100644 --- a/public/app/plugins/datasource/prometheus/partials/annotations.editor.html +++ b/public/app/plugins/datasource/prometheus/partials/annotations.editor.html @@ -1,28 +1,27 @@ -
-
-
- Search expression - -
-
-
-
-
Field formats
-
-
- Title - -
-
- Tags - -
+
Search expression
+
+
+
+
+ +
+
Field formats
- Text - + Title + +
+
+ Tags + +
+
+
+ Text + +
diff --git a/public/sass/components/_gf-form.scss b/public/sass/components/_gf-form.scss index 7ada3623cc6..b18da724e76 100644 --- a/public/sass/components/_gf-form.scss +++ b/public/sass/components/_gf-form.scss @@ -30,7 +30,7 @@ $gf-form-label-margin: 0.25rem; } .gf-form-button-row { - margin-top: $spacer * 1.5; + padding-top: $spacer * 1.5; a, button { margin-right: $spacer; }