diff --git a/public/app/plugins/datasource/prometheus/partials/query.editor.html b/public/app/plugins/datasource/prometheus/partials/query.editor.html index fa04bb33b18..37c27ace58a 100644 --- a/public/app/plugins/datasource/prometheus/partials/query.editor.html +++ b/public/app/plugins/datasource/prometheus/partials/query.editor.html @@ -1,80 +1,54 @@ - -
  • - Query -
  • -
  • - -
  • -
  • - Metric -
  • -
  • - -
  • -
    + +
    +
    + + +
    +
    + + +
    +
    -
    - +
    +
    + + + + Leave blank for auto handling based on time range and panel width + +
    +
    + +
    + +
    + +
    -
    - +
    +
    +
    + -
    - - -
    -
    +
    diff --git a/public/sass/utils/_utils.scss b/public/sass/utils/_utils.scss index c0fbe3c3347..39e4edfe7ed 100644 --- a/public/sass/utils/_utils.scss +++ b/public/sass/utils/_utils.scss @@ -59,7 +59,7 @@ button.close { // Toggling content .hide { - display: none !important; + display: none; } .show {