From 7d09579e3fb79087a03e8b80b8357d8c33ff2add Mon Sep 17 00:00:00 2001 From: bergquist Date: Tue, 12 Apr 2016 16:21:29 +0200 Subject: [PATCH] feat(timepicker): adds arrows to move back and forth in current dashboard closes #119 --- CHANGELOG.md | 1 + public/app/features/dashboard/timepicker/timepicker.html | 6 +++--- public/sass/_old_responsive.scss | 9 +++++++++ public/sass/pages/_dashboard.scss | 3 ++- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8322c2c239..3579807e1df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ### Enhancements * **InfluxDB**: Changed multi query encoding to work with InfluxDB 0.11 & 0.12, closes [#4533](https://github.com/grafana/grafana/issues/4533) +* **Timepicker**: Add arrows and shortcuts for moving back and forth in current dashboard, closes [#119](https://github.com/grafana/grafana/issues/119) ### Bug fixes * **Postgres**: Fixed page render crash when using postgres, fixes [#4558](https://github.com/grafana/grafana/issues/4558) diff --git a/public/app/features/dashboard/timepicker/timepicker.html b/public/app/features/dashboard/timepicker/timepicker.html index 864a22e0991..49e2dac27c0 100644 --- a/public/app/features/dashboard/timepicker/timepicker.html +++ b/public/app/features/dashboard/timepicker/timepicker.html @@ -1,13 +1,13 @@