mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
minor update
This commit is contained in:
parent
9c50893221
commit
f8395666e6
@ -90,9 +90,10 @@ export class AddPanelCtrl {
|
|||||||
this.rowCtrl.dropView = 0;
|
this.rowCtrl.dropView = 0;
|
||||||
this.dashboard.addPanel(panel, this.row);
|
this.dashboard.addPanel(panel, this.row);
|
||||||
this.$timeout(() => {
|
this.$timeout(() => {
|
||||||
this.$rootScope.appEvent('panel-change-view', {
|
this.$rootScope.broadcast('render');
|
||||||
fullscreen: true, edit: true, panelId: panel.id
|
//this.$rootScope.appEvent('panel-change-view', {
|
||||||
});
|
// fullscreen: true, edit: true, panelId: panel.id
|
||||||
|
//});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user