Remove datasource names in panels from snapshots
This commit is contained in:
@@ -86,6 +86,7 @@ function (angular, _) {
|
||||
dash.forEachPanel(function(panel) {
|
||||
panel.targets = [];
|
||||
panel.links = [];
|
||||
panel.datasource = null;
|
||||
});
|
||||
// remove annotations
|
||||
dash.annotations.list = [];
|
||||
|
||||
Reference in New Issue
Block a user