فهرست منبع

change: removed drilldown links from extended panel menu

Torkel Ödegaard 10 سال پیش
والد
کامیت
fb767f5680
1فایلهای تغییر یافته به همراه0 افزوده شده و 8 حذف شده
  1. 0 8
      public/app/features/panel/panelMenu.js

+ 0 - 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;
       }