mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
parent
f534ea057c
commit
54f0650321
@ -238,6 +238,9 @@ export class DashboardModel {
|
|||||||
delete newPanel.repeatIteration;
|
delete newPanel.repeatIteration;
|
||||||
delete newPanel.repeatPanelId;
|
delete newPanel.repeatPanelId;
|
||||||
delete newPanel.scopedVars;
|
delete newPanel.scopedVars;
|
||||||
|
if (newPanel.alert) {
|
||||||
|
delete newPanel.thresholds;
|
||||||
|
}
|
||||||
delete newPanel.alert;
|
delete newPanel.alert;
|
||||||
|
|
||||||
row.addPanel(newPanel);
|
row.addPanel(newPanel);
|
||||||
|
Loading…
Reference in New Issue
Block a user