Commit aa724fc1 by Torkel Ödegaard

Remove datasource names in panels from snapshots

parent ffe389af
...@@ -86,6 +86,7 @@ function (angular, _) { ...@@ -86,6 +86,7 @@ function (angular, _) {
dash.forEachPanel(function(panel) { dash.forEachPanel(function(panel) {
panel.targets = []; panel.targets = [];
panel.links = []; panel.links = [];
panel.datasource = null;
}); });
// remove annotations // remove annotations
dash.annotations.list = []; dash.annotations.list = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment