mirror of
https://github.com/grafana/grafana.git
synced 2024-11-27 03:11:01 -06:00
change: removed drilldown links from extended panel menu
This commit is contained in:
parent
c7d22aafd2
commit
fb767f5680
@ -65,14 +65,6 @@ function (angular, $, _) {
|
||||
|
||||
function getExtendedMenu($scope) {
|
||||
var menu = angular.copy($scope.panelMeta.extendedMenu);
|
||||
|
||||
if ($scope.panel.links) {
|
||||
_.each($scope.panel.links, function(link) {
|
||||
var info = linkSrv.getPanelLinkAnchorInfo(link, $scope.panel.scopedVars);
|
||||
menu.push({text: info.title, href: info.href, target: info.target });
|
||||
});
|
||||
}
|
||||
|
||||
return menu;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user