grid: remove panel works

This commit is contained in:
Torkel Ödegaard
2017-08-10 14:54:56 +02:00
parent 8356871636
commit 23666c0f78
4 changed files with 40 additions and 7 deletions

View File

@@ -217,7 +217,7 @@ export class PanelCtrl {
}
removePanel() {
this.row.removePanel(this.panel);
this.dashboard.removePanel(this.panel);
}
editPanelJson() {