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

This commit is contained in:
lpavlovi 2017-05-07 02:19:08 -04:00 committed by Torkel Ödegaard
parent 43c6f74904
commit c323d2fc4c

View File

@ -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) {