diff --git a/CHANGELOG.md b/CHANGELOG.md index 07d12c5b1c0..9c9d24714bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ it allows you to add queries of differnet data source types & instances to the s - [Issue #2647](https://github.com/grafana/grafana/issues/2647). InfluxDB: You can now set group by time interval on each query - [Issue #2599](https://github.com/grafana/grafana/issues/2599). InfluxDB: Improved alias support, you can now use the `AS` clause for each select statement - [Issue #2708](https://github.com/grafana/grafana/issues/2708). InfluxDB: You can now set math expression for select clauses. +- [Issue #1575](https://github.com/grafana/grafana/issues/1575). Drilldown link: now you can click on the external link icon in the panel header to access drilldown links! **Fixes** - [Issue #2413](https://github.com/grafana/grafana/issues/2413). InfluxDB 0.9: Fix for handling empty series object in response from influxdb diff --git a/public/app/features/panel/panelMenu.js b/public/app/features/panel/panelMenu.js index 95af6eddd20..13babde87c1 100644 --- a/public/app/features/panel/panelMenu.js +++ b/public/app/features/panel/panelMenu.js @@ -12,10 +12,22 @@ function (angular, $, _) { var linkTemplate = '' + '{{panel.title | interpolateTemplateVars:this}}' + - '' + + '' + ' {{panelMeta.timeInfo}}' + ''; + function createExternalLinkMenu($scope) { + var template = '