diff --git a/public/app/plugins/datasource/opentsdb/partials/query.editor.html b/public/app/plugins/datasource/opentsdb/partials/query.editor.html index def68d19bf9..2260e9c885b 100644 --- a/public/app/plugins/datasource/opentsdb/partials/query.editor.html +++ b/public/app/plugins/datasource/opentsdb/partials/query.editor.html @@ -1,223 +1,255 @@ - -
  • - Metric -
  • -
  • - - - - - -
  • -
  • - Aggregator -
  • -
  • - - - - -
  • + +
    +
    + + + +
    +
    + +
    + +
    +
    +
    + + +
    -
  • - Alias: - Use patterns like $tag_tagname to replace part of the alias for a tag value -
  • -
  • - -
  • - +
    +
    +
    +
    -
    - -
    -
    +
    + {{fil.tagk}} = {{fil.type}}({{fil.filter}}) , groupBy = {{fil.groupBy}} + + + + + + +
    + + -
    - -
    -
    + + -
    -
    -
  • - - - -
  • +
    +
    +
    + -
  • - +
    +
    + +
    - +
    + +
    + +
    + +
    + +
  • - -
    - + + + -
    -
    -
  • - Counter -
  • +
    + + + + + + + +
    + + + + + + + +
    + +
    +
    +
    +
    +
    -
  • - Counter Max: -
  • -
  • - -
  • -
  • - Reset Value: -
  • -
  • - -
  • - -
    - diff --git a/public/sass/components/_gf-form.scss b/public/sass/components/_gf-form.scss index f931afc53bd..990bba6fcb9 100644 --- a/public/sass/components/_gf-form.scss +++ b/public/sass/components/_gf-form.scss @@ -235,7 +235,7 @@ $gf-form-margin: 0.25rem; margin-bottom: 2px; } - .gf-form-switch input, + .gf-form-switch, .gf-form-switch label, .gf-form-input, .gf-form-select-wrapper,