wip: angular panels now have similar edit mode and panel type selection enabling quick changing between panel react and angular panel types

This commit is contained in:
Torkel Ödegaard
2018-08-25 12:22:50 -07:00
parent 6ba8f6c5ab
commit fd81f89509
13 changed files with 121 additions and 51 deletions

View File

@@ -228,6 +228,11 @@ export class DashboardModel {
return this.meta.fullscreen && !panel.fullscreen;
}
changePanelType(panel: PanelModel, pluginId: string) {
panel.changeType(pluginId);
this.events.emit('panel-type-changed', panel);
}
private ensureListExist(data) {
if (!data) {
data = {};