From 206cb512199c60ac26689181dc05d26cf9feb21c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 27 Apr 2016 10:50:29 +0200 Subject: [PATCH] feat(query editors): updated prometheus editor --- .../prometheus/partials/query.editor.html | 122 +++++++----------- public/sass/utils/_utils.scss | 2 +- 2 files changed, 49 insertions(+), 75 deletions(-) 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 {