From fe093c6385c62887ff668fdd75814191860d0b03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Tue, 11 Aug 2015 19:16:45 +0200 Subject: [PATCH] feat(timepicker): added new relative time option , will set time range to midnight to now, closes #1186 --- CHANGELOG.md | 1 + public/app/panels/timepicker/module.html | 7 ++-- public/app/panels/timepicker/module.js | 40 +++++++++++++------ .../plugins/datasource/influxdb/datasource.js | 5 ++- public/test/specs/kbn-format-specs.js | 7 ++++ 5 files changed, 42 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04cf919df5c..1863e33a184 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ **New Features && Enhancements** - [Issue #2457](https://github.com/grafana/grafana/issues/2457). Admin: admin page for all grafana organizations (list / edit view) +- [Issue #1186](https://github.com/grafana/grafana/issues/1186). Time Picker: New option `today`, will set time range from midnight to now # 2.1.1 (2015-08-11) diff --git a/public/app/panels/timepicker/module.html b/public/app/panels/timepicker/module.html index e73516126ae..634f567a692 100644 --- a/public/app/panels/timepicker/module.html +++ b/public/app/panels/timepicker/module.html @@ -20,7 +20,7 @@