Sfoglia il codice sorgente

Removed panelElemName - appears to not be used anywhere (#8313)

lpavlovi 8 anni fa
parent
commit
c323d2fc4c
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      public/app/core/directives/plugin_component.ts

+ 0 - 1
public/app/core/directives/plugin_component.ts

@@ -61,7 +61,6 @@ function pluginDirectiveLoader($compile, datasourceSrv, $rootScope, $q, $http, $
       attrs: {dashboard: "ctrl.dashboard", panel: "panel", row: "ctrl.row"},
     };
 
-    var panelElemName = 'panel-' + scope.panel.type;
     let panelInfo = config.panels[scope.panel.type];
     var panelCtrlPromise = Promise.resolve(UnknownPanelCtrl);
     if (panelInfo) {