From 2f58aa280cd1f14cf215bfdc6eca76d2b32a42ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Tue, 22 Apr 2014 13:08:14 +0200 Subject: [PATCH] Review and small refactoring of PR #331 --- CHANGELOG.md | 2 +- src/app/partials/influxdb/editor.html | 67 ++++++++++--------- .../services/influxdb/influxdbDatasource.js | 8 +-- 3 files changed, 40 insertions(+), 37 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27166a40021..02f64ca7835 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ - Added rounding for graphites from and to time range filters for very short absolute ranges (Issue #320) - Increased resolution for graphite datapoints (maxDataPoints), now equal to panel pixel width. (Closes #5) - +- Improvement to influxdb query editor, can now add where clause and alias (Issue #331, thanks @mavimo) # 1.5.3 (2014-04-17) - Add support for async scripted dashboards (Issue #274) diff --git a/src/app/partials/influxdb/editor.html b/src/app/partials/influxdb/editor.html index 0c7b077bc19..07f6ad52b7b 100644 --- a/src/app/partials/influxdb/editor.html +++ b/src/app/partials/influxdb/editor.html @@ -41,33 +41,23 @@ + -