Removed panelElemName - appears to not be used anywhere (#8313)
This commit is contained in:
committed by
Torkel Ödegaard
parent
43c6f74904
commit
c323d2fc4c
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user