mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(panels): fixes
This commit is contained in:
@@ -16,7 +16,6 @@ function panelEditorTab(dynamicDirectiveSrv) {
|
||||
directive: scope => {
|
||||
var pluginId = scope.ctrl.pluginId;
|
||||
var tabIndex = scope.index;
|
||||
console.log('tab plugnId:', pluginId);
|
||||
|
||||
return Promise.resolve({
|
||||
name: `panel-editor-tab-${pluginId}${tabIndex}`,
|
||||
|
||||
Reference in New Issue
Block a user