change: removed drilldown links from extended panel menu

pull/2799/head
Torkel Ödegaard 10 years ago
parent c7d22aafd2
commit fb767f5680
  1. 8
      public/app/features/panel/panelMenu.js

@ -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…
Cancel
Save