Commit c323d2fc by lpavlovi Committed by Torkel Ödegaard

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

parent 43c6f749
...@@ -61,7 +61,6 @@ function pluginDirectiveLoader($compile, datasourceSrv, $rootScope, $q, $http, $ ...@@ -61,7 +61,6 @@ function pluginDirectiveLoader($compile, datasourceSrv, $rootScope, $q, $http, $
attrs: {dashboard: "ctrl.dashboard", panel: "panel", row: "ctrl.row"}, attrs: {dashboard: "ctrl.dashboard", panel: "panel", row: "ctrl.row"},
}; };
var panelElemName = 'panel-' + scope.panel.type;
let panelInfo = config.panels[scope.panel.type]; let panelInfo = config.panels[scope.panel.type];
var panelCtrlPromise = Promise.resolve(UnknownPanelCtrl); var panelCtrlPromise = Promise.resolve(UnknownPanelCtrl);
if (panelInfo) { if (panelInfo) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment